Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor updates to the README:
- MiniMagick's repository has been moved to minimagic/minimagick
- Active Record Validations weren't properly handling the apostrophe in couldn't
  • Loading branch information
mattmenefee committed Nov 8, 2012
1 parent 0206f80 commit e854b50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -658,7 +658,7 @@ of ImageMagick without having to worry about installing all the RMagick librarie

See the MiniMagick site for more details:

http://github.com/probablycorey/mini_magick
https://github.com/minimagic/minimagick

And the ImageMagick command line options for more for whats on offer:

Expand Down Expand Up @@ -706,9 +706,9 @@ your translations file:
```yaml
errors:
messages:
carrierwave_processing_error: 'Cannot resize image.'
carrierwave_integrity_error: 'Not an image.'
carrierwave_download_error: 'Couldn't download image.'
carrierwave_processing_error: "Cannot resize image."
carrierwave_integrity_error: "Not an image."
carrierwave_download_error: "Couldn't download image."
```

## Large files
Expand Down

0 comments on commit e854b50

Please sign in to comment.