Skip to content

Commit

Permalink
Merge pull request #1 from rjaus/rjaus-doc-typo
Browse files Browse the repository at this point in the history
fixed typo in 'versions' example doc README
  • Loading branch information
rjaus authored Jun 8, 2017
2 parents 16c0eb5 + 88d223e commit dba190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit dba190f

Please sign in to comment.