Skip to content

Commit

Permalink
Merge pull request carrierwaveuploader#452 from tsmango/master
Browse files Browse the repository at this point in the history
Fixed a typo in README.md.
  • Loading branch information
bensie committed Sep 8, 2011
2 parents dcdfbed + 500b27f commit f82d911
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 @@ -184,7 +184,7 @@ require 'carrierwave/processing/mime_types'
class MyUploader < CarrierWave::Uploader::Base
include CarrierWave::MimeTypes

processor :set_content_type
process :set_content_type
end
```

Expand Down

0 comments on commit f82d911

Please sign in to comment.