diff --git a/README.md b/README.md index 2cc88361b..4cfe2d050 100755 --- a/README.md +++ b/README.md @@ -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 }); ```