README.md in js-rails-0.1.0 vs README.md in js-rails-0.2.0

- old
+ new

@@ -2,11 +2,11 @@ Common JavaScript libraries for the Rails asset pipeline. ## Installation -Add this line to your Gemfile: +Add this line to the assets group in your Gemfile: ```ruby gem 'js-rails' ``` @@ -23,9 +23,12 @@ * jQuery 1.7.2 (jquery, jquery.min, jquery_ujs) * Zepto 1.0rc1 (zepto, zepto.min) * Underscore.js 1.3.3 (underscore, underscore.min) * Handlebars 1.0.0.beta.6 (handlebars) +* Backbone 0.9.2 (backbone, backbone.min) +* Ember 0.9.8.1 (ember, ember.min) +* Angular 1.0.1 (angular) ## Acknowledgements This gem is based on other gems, most notably [jquery-rails](https://github.com/rails/jquery-rails).