README.md in multi-select-rails-0.8.0.1 vs README.md in multi-select-rails-0.9.1

- old
+ new

@@ -1,8 +1,8 @@ # Multiselect for Rails asset pipeline -[multi-select](https://github.com/lou/multi-select) is a tiny jQuery plugin to customize selects with the multiple attribute. +[multi-select](https://github.com/lou/multi-select) is a tiny jQuery plugin to customize selects with the multiple attribute. The `multi-select-rails` gem integrates `multi-select` with the Rails asset pipeline. ## Usage @@ -12,16 +12,16 @@ gem 'multi-select-rails' Then run `bundle install` -### Include multiselect javascript assets +### Include multiselect javascript Add to your `app/assets/javascripts/application.js` //= require multi-select -### Include multiselect stylesheet assets +### Include multiselect stylesheet Add to your `app/assets/stylesheets/application.css` *= require multi-select