From dd989043e3e8349d8dd7b8ebb9549ec502d0545c Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sat, 9 Feb 2013 23:04:25 +0200 Subject: [PATCH] Gemfile improvement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: