Skip to content

Commit

Permalink
Add new processing methods to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fxposter committed Jan 22, 2014
1 parent c2122af commit 608c32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Or install it yourself as:

## Usage

This gem add several useful methods to CarrierWave processing RMagick and MiniMagick modules: `quality` and `strip`.
This gem add several useful methods to CarrierWave processing RMagick and MiniMagick modules: `quality`, `strip`, `blur` and `colorspace`.
To use those, you should include specified module (RMagick or MiniMagick) into your uploader and use processors:

class AvatarUploader < CarrierWave::Uploader::Base
Expand Down

0 comments on commit 608c32d

Please sign in to comment.