README.md in kaminari-cells-0.1.0 vs README.md in kaminari-cells-1.0.0

- old
+ new

@@ -1,22 +1,22 @@ # Kaminari::Cells _Use Kaminari in Cells._ - ## Installation Add this line to your application's Gemfile: gem 'kaminari-cells' +For Kaminari `1.0.*`, use kaminari-cells `1.0.0` or higher. For Kaminari versions lower than `1.0.0`, use kaminari-cells `0.1.*`. ## Usage To use the wonderful [Kaminari](https://github.com/amatsuda/kaminari) gem in your Cells view models, just do ```ruby class CommentsCell < Cell::ViewModel include Kaminari::Cells ``` -You can now use `#paginate` in your cell and it will work. \ No newline at end of file +You can now use `#paginate` in your cell and it will work.