README.md in cells-slim-0.0.2 vs README.md in cells-slim-0.0.3
- old
+ new
@@ -10,15 +10,15 @@
gem 'cells-slim'
```
## Usage
-Outside of Rails, you need to include `Cell::Erb` in your cell.
+Outside of Rails, you need to include `Cell::Slim` in your cell.
```ruby
class CommentCell < Cell::ViewModel
include Cell::Slim
```
## Documentation
-[More documentation](http://trailblazerb.org/gems/cells/templates.html) can be found on the Trailblazer page.
\ No newline at end of file
+[More documentation](http://trailblazerb.org/gems/cells/templates.html) can be found on the Trailblazer page.