Merge pull request #58 from cassioscabral/patch-1

Update readme with snippet for adding Gem into Gemfile
This commit is contained in:
Stephen Sykes 2015-11-13 11:00:15 +02:00
commit 05457f9e89

View File

@ -71,6 +71,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