README.md in slash_admin-1.4 vs README.md in slash_admin-1.4.1
- old
+ new
@@ -84,11 +84,11 @@
If your apps uses Sprockets 4+, you'll need to add SlashAdmin assets to your `manifest.js` file. To do this, add these two lines to the file:
`app/assets/config/manifest.js`
```
-//= link administrate/application.css
-//= link administrate/application.js
+//= link slash_admin/application.css
+//= link slash_admin/application.js
```
`config/routes.rb`
```ruby