From 3fd7d6ae2f74940fd2393c88c5a6492529e6cba0 Mon Sep 17 00:00:00 2001 From: Alexandre de Oliveira Date: Mon, 19 Nov 2012 01:05:00 -0200 Subject: [PATCH] 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/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: