Skip to content

Commit

Permalink
Fix resize input params documentation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jun 9, 2015
1 parent 4522d51 commit df2f2ba
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 @@ -25,7 +25,7 @@ npm install im-resize --save
var resize = require('im-resize');
```

### resize(**object** `image`, **object[]** `versions`, **function** `cb`)
### resize(**object** `image`, **object** `output`, **function** `cb`)

Resize a given source `image` into several `versions`.

Expand Down

0 comments on commit df2f2ba

Please sign in to comment.