Skip to content

Commit

Permalink
Merge 8866f6a into f57478c
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Jörg Schmidt committed Feb 5, 2015
2 parents f57478c + 8866f6a commit 136de04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ sharp(inputBuffer)
.embed()
.toFile('output.tiff')
.then(function() {
// output.tiff is a 200 pixels wide and 300 pixels high image
// containing a bicubic scaled version, embedded on a white canvas,
// output.tiff is a 200 pixels wide and 300 pixels high imagez
// containing a nohalo scaled version, embedded on a white canvas,
// of the image data in inputBuffer
});
```
Expand Down

0 comments on commit 136de04

Please sign in to comment.