mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Merge pull request #150 from kurko/fixes_new_repo_readme
Fixes repo URL in the README's installation instructions
This commit is contained in:
commit
6ca430cec3
@ -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