Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold authored and Rasmus Andersson committed Oct 7, 2010
1 parent 9f04c8f commit 9b5a721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Example with stdin/stdout:
});

### crop(options, callback) ###
Convenience function for resizing and cropping an image. _crop_ uses the resize method, so _options_ and _callback_ are the same. _crop_ uses options.srcPath, so make sure you set it :) Using only _options.width_ or _options.height_ will create a square dimensioned image.
Convenience function for resizing and cropping an image. _crop_ uses the resize method, so _options_ and _callback_ are the same. _crop_ uses _options.srcPath_, so make sure you set it :) Using only _options.width_ or _options.height_ will create a square dimensioned image.

Example:

Expand All @@ -131,7 +131,6 @@ Example:
}, function(err, stdout, stderr){
// foo
})


## License (MIT)

Expand Down

0 comments on commit 9b5a721

Please sign in to comment.