README.md in slim-rails-2.0.1 vs README.md in slim-rails-2.0.2

- old
+ new

@@ -1,7 +1,7 @@ # slim-rails -slim-rails provides Slim generators for Rails 3. It was based on [haml-rails](http://github.com/indirect/haml-rails) and it does basically the same: configures Slim as the template engine automatically for your rails app. +slim-rails provides Slim generators for Rails 3 and 4. It was based on [haml-rails](http://github.com/indirect/haml-rails) and it does basically the same: configures Slim as the template engine automatically for your rails app. To use it, add this line to your Gemfile: gem "slim-rails" And that's it.