From b550bd561576a1ce22eef0f80372d0fd979f9ac4 Mon Sep 17 00:00:00 2001 From: Cassio Cabral Date: Thu, 12 Nov 2015 18:12:28 -0300 Subject: [PATCH] Update readme with snippet for adding Gem into Gemfile It explicitly shows how to add the gem to the Gemfile. --- README.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.textile b/README.textile index 72a8a3f..cf2538c 100644 --- a/README.textile +++ b/README.textile @@ -67,6 +67,8 @@ h4. Rails Add fastimage to your Gemfile, and bundle. +bc. gem 'fastimage' + Then you're off - just use @FastImage.size()@ and @FastImage.type()@ in your code as in the examples. h2. Documentation