From 585b1bc508d7276fea2407e8f445c198e72ec257 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 5 Mar 2013 15:28:56 -0800 Subject: [PATCH] No longer recommend installation from git --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1315398..ea69d29d 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ development.** # Installing Serializers -For now, the easiest way to install `ActiveModel::Serializers` is to add this +For now, the easiest way to install `ActiveModel::Serializers` is to add it to your `Gemfile`: ```ruby -gem "active_model_serializers", :github => "rails-api/active_model_serializers" +gem "active_model_serializers", "~> 0.6.0" ``` Then, install it on the command line: