Skip to content

Commit 0680a4a

Browse files
authored
Merge pull request #41 from Skumring/readme-improvements
Improvement the examples in Readme for import npm assets
2 parents cb2cd4a + a620130 commit 0680a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ and execute:
5151

5252
$ yarn
5353

54-
Add the following line into `app/assets/javascripts/active_admin.js`:
54+
Add the following line into `app/javascript/active_admin.js`:
5555

5656
```javascript
5757
import '@codevise/activeadmin-searchable_select';
5858
```
5959

60-
Add the following line into `app/assets/stylesheets/active_admin.scss`:
60+
Add the following line into `app/javascript/stylesheets/active_admin.scss`:
6161

6262
```css
6363
@import '@codevise/activeadmin-searchable_select';

0 commit comments

Comments
 (0)