From 87509e9537dcd567b33bb62239c9ec78fc500981 Mon Sep 17 00:00:00 2001 From: Paul McMahon Date: Sun, 10 Mar 2013 17:48:34 +0900 Subject: [PATCH] More clearly recommend to add to Gemfile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9f3c2c9..ea34b6d1 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ development.** # Installing Serializers -For now, the easiest way to install `ActiveModel::Serializers` is to add it -to your `Gemfile`: +The easiest way to install `ActiveModel::Serializers` is to add it to your +`Gemfile`: ```ruby gem "active_model_serializers", "~> 0.7.0"