README.md in eivo-rails-sidekiq-0.0.1 vs README.md in eivo-rails-sidekiq-0.0.2

- old
+ new

@@ -1,7 +1,9 @@ # EIVO Rails Sidekiq +[![Gem Version](https://badge.fury.io/rb/eivo-rails-sidekiq.svg)](http://badge.fury.io/rb/eivo-rails-sidekiq) + ## Installation Add this line to your application's Gemfile: ```ruby @@ -17,5 +19,11 @@ $ gem install eivo-sidekiq -N ## Usage $ rails g eivo:sidekiq:install + +You must use a dedicated Redis instance for sidekiq, more informations [here](http://www.mikeperham.com/2015/09/24/storing-data-with-redis/). + +## License + +This project is released under the MIT license. See the LICENSE file for more info.