Skip to content

Commit

Permalink
Fix documentation for version aspect option
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jun 11, 2015
1 parent 6e4ed2a commit e55912f
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 @@ -42,7 +42,7 @@ Resize a given source `image` into several `versions`.
* **integer** `maxWidth` - max width for resized image
* **integer** `maxHeight` - max height for resized image
* **integer** `quality` - quality for resized image (default `80`)
* **string** `ratio` - force aspectratio on resized image (ex. `4:3`)
* **string** `aspect` - force aspectratio on resized image (ex. `4:3`)
* **boolean** `flatten` - used in conjunction with background
* **string** `background` - set background to transparent image (ex. `red`)
* **string** `format` - image format for resized image (ex. `png`)
Expand Down

0 comments on commit e55912f

Please sign in to comment.