From 88d223ef571e3120599ff5827b8771ca5d791155 Mon Sep 17 00:00:00 2001 From: Riley James Date: Thu, 8 Jun 2017 23:42:42 +1000 Subject: [PATCH] fixed typo in 'versions' example doc README The documentation for 'versions' had a minor typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 347372cb7..e082d81ea 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ and cropped to exactly 200 by 200 pixels. The uploader could be used like this: uploader = AvatarUploader.new uploader.store!(my_file) # size: 1024x768 -uploader.url # => '/url/to/my_file.png' # size: 800x600 +uploader.url # => '/url/to/my_file.png' # size: 800x800 uploader.thumb.url # => '/url/to/thumb_my_file.png' # size: 200x200 ```