README.md in rails-backbone-0.8.0 vs README.md in rails-backbone-0.9.0

- old
+ new

@@ -1,8 +1,8 @@ # 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.9.2) with rails 3.1 and greater +Easily setup and use backbone.js (0.9.9) 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 setup This gem requires the use of rails 3.1 and greater, coffeescript and the new rails asset pipeline provided by sprockets. @@ -96,6 +96,6 @@ Backbone.history.start(); }); Now start your server `rails s` and browse to [localhost:3000/posts](http://localhost:3000/posts) -You should now have a fully functioning single page crud app for Post models. \ No newline at end of file +You should now have a fully functioning single page crud app for Post models.