diff --git a/README.md b/README.md index 9123437c..37352901 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/rails-api/active_model_serializers.git" +gem "active_model_serializers", :github => "rails-api/active_model_serializers" ``` Then, install it on the command line: