README.md in rails-backbone-0.6.1 vs README.md in rails-backbone-0.7.0

- old
+ new

@@ -1,13 +1,13 @@ # Backbone-Rails [![Build Status](https://secure.travis-ci.org/codebrew/backbone-rails.png)](http://travis-ci.org/codebrew/backbone-rails) -Easily setup and use backbone.js (0.5.3) with rails 3.1 +Easily setup and use backbone.js (0.9.1) with rails 3.1 and greater Follow [@TheRyanFitz on Twitter](http://twitter.com/#!/TheRyanFitz). Tweet any questions or suggestions you have about the project. -## Rails 3.1 setup -This gem requires the use of rails 3.1, coffeescript and the new rails asset pipeline provided by sprockets. +## Rails setup +This gem requires the use of rails 3.1 and greater, coffeescript and the new rails asset pipeline provided by sprockets. This gem vendors the latest version of underscore.js and backbone.js for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use. ### Installation @@ -30,11 +30,11 @@ views/ It will also create a toplevel app_name.coffee file to setup namespacing and setup initial requires. ## Generators -backbone-rails provides 3 simple generators to help get you started using backbone.js with rails 3.1. +backbone-rails provides 3 simple generators to help get you started using backbone.js with rails 3.1 and greater. The generators will only create client side code (javascript). ### Model Generator rails g backbone:model @@ -53,10 +53,10 @@ This generator creates a router, views, templates, model and collection to create a simple crud single page app ## Example Usage -Created a new rails 3.1 application called `blog`. +Created a new rails application called `blog`. rails new blog Edit your Gemfile and add \ No newline at end of file