README.md in kaminari-cells-0.0.4 vs README.md in kaminari-cells-0.1.0
- old
+ new
@@ -10,17 +10,10 @@
gem 'kaminari-cells'
## Usage
-To use the wonderful [Kaminari](https://github.com/amatsuda/kaminari) gem in your Cells, just do
-
-```ruby
- class CommentsCell < Cell::Rails
- include Kaminari::Cells
-```
-
-The same works with Cells [view models](https://github.com/apotonick/cells#view-models).
+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
```
\ No newline at end of file