README.md in ember-auth-rails-4.0.1 vs README.md in ember-auth-rails-4.0.2

- old
+ new

@@ -3,30 +3,36 @@ `ember-auth` provides token authentication support to [ember.js](http://emberjs.com/). ## Installation -Add this line to your application's Gemfile: +`Gemfile`: - gem 'ember-auth-rails' +```ruby +gem 'ember-auth-rails' +gem 'ember-auth-source' # specify versioning here to ensure compatibility +``` -And then execute: +```sh +$ bundle update +``` - $ bundle +Or install directly: -Or install it yourself as: +```sh +$ gem install ember-auth-rails +$ gem install ember-auth-source --version '6.0.2' +``` - $ gem install ember-auth-rails - Add `ember-auth` to sprockets. `application.js`: - //= require ember-auth +```javascript +//= require ember-auth +``` -Add the `ember-auth-source` gem to control dependencies explicitly: - - $ gem install ember-auth-source --version '3.0.0' - ## Usage + +Read the [docs](http://ember-auth.herokuapp.com). See [README](https://github.com/heartsentwined/ember-auth) at the main `ember-auth` site. ## Contributing