From e55912f49b58322264d0a39e71a94dde12b35b87 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Thu, 11 Jun 2015 10:51:40 +0200 Subject: [PATCH] Fix documentation for version `aspect` option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134d70b..e606f1e 100644 --- a/README.md +++ b/README.md @@ -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`)