Skip to content

Commit

Permalink
Merge pull request #160 from jo/patch-1
Browse files Browse the repository at this point in the history
Adjust comment in interpolation example
  • Loading branch information
lovell committed Feb 6, 2015
2 parents 0b2fb96 + e5549e3 commit 657d436
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 @@ -187,7 +187,7 @@ sharp(inputBuffer)
.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,
// containing a nohalo scaled version, embedded on a white canvas,
// of the image data in inputBuffer
});
```
Expand Down

0 comments on commit 657d436

Please sign in to comment.