From 51609d6f4ae20ab9865956dd5b11b944cfae4a54 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 6 Jan 2014 21:17:13 +0100 Subject: [PATCH] fixes indentation in code example Just saw this indentation in passing. Thanks for Paperclip! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8e18f2d9..a4c319abb 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ For Non-Rails usage: ```ruby class ModuleName < ActiveRecord::Base - include Paperclip::Glue - ... + include Paperclip::Glue + ... end ```