README.md in thorax-rails-0.1.8 vs README.md in thorax-rails-1.0.0

- old
+ new

@@ -1,16 +1,18 @@ + #thorax-rails The thorax gem includes Thorax.js and its dependencies (backbone, underscore, and handlebars) in your Rails asset pipeline. A few handy generators take care the boilerplate code so you don't have to. Enjoy! ## Rails setup This gem requires the use of rails 3.1 and greater, coffeescript and the new rails asset pipeline provided by sprockets. ### Installation -In your Gemfile, add this line: +In your Gemfile, add the following lines: - gem "thorax-rails", "~> 0.1.0" + gem "thorax-rails", "~> 1.0.0" + gem "handlebars_assets" Then run the following commands: bundle install rails g thorax:install