README.md in backbonejs-rails-0.0.3 vs README.md in backbonejs-rails-0.0.4
- old
+ new
@@ -39,10 +39,10 @@
------------
The best way to install backbonejs-rails is by adding the following to your Gemfile:
gem "jquery-rails"
- gem "backbonejs-rails"
+ gem "backbonejs-rails", "~> 0.0.3"
Then use Bundler to install:
$ bundle install