README.md in emailbutler-0.8.7 vs README.md in emailbutler-0.8.8
- old
+ new
@@ -76,22 +76,9 @@
params.permit('event', 'sendtime', 'message-id').to_h
end
end
```
-### UI styles
-
-For adding styles for UI you need to add this line to assets/config/manifest.js
-```js
-//= link emailbutler.css
-```
-
-Or in some cases you can specify it in assets/javascript/application.js
-
-```js
-//= require emailbutler_manifest
-````
-
### Mailers
Update you application mailer
```ruby
class ApplicationMailer < ActionMailer::Base