mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Fixes repo URL in the README's installation instructions
When the gem moved over to github.com/rails_api/, the README instructions were still pointing to github.com/josevalim/.
This commit is contained in:
parent
9f5e1b1776
commit
3fd7d6ae2f
@ -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/josevalim/active_model_serializers.git"
|
||||
gem "active_model_serializers", :git => "git://github.com/rails-api/active_model_serializers.git"
|
||||
```
|
||||
|
||||
Then, install it on the command line:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user