Gemfile improvement in README

This commit is contained in:
Kir Shatrov 2013-02-09 23:04:25 +02:00
parent cef10cf01d
commit dd989043e3

View File

@ -19,7 +19,7 @@ For now, the easiest way to install `ActiveModel::Serializers` is to add this
to your `Gemfile`:
```ruby
gem "active_model_serializers", :git => "git://github.com/rails-api/active_model_serializers.git"
gem "active_model_serializers", :github => "rails-api/active_model_serializers"
```
Then, install it on the command line: