diff --git a/README.md b/README.md index 1fe9da16..27caa86f 100644 --- a/README.md +++ b/README.md @@ -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: