README.md in wysiwyg-rails-2.8.4 vs README.md in wysiwyg-rails-2.8.5
- old
+ new
@@ -11,12 +11,15 @@
Add this to your Gemfile:
```ruby
gem "wysiwyg-rails"
+gem "font-awesome-sass"
```
and run `bundle install`.
+
+Note, you can include your own alternative Font Awesome implementation rather than the `font-awesome-sass` gem if you like. In that case, you'll need to modify/remove the import statements below to work with your implementation.
## Include in assets
In your `application.css.scss`, include the css file: