From 8866f6a09736339c6a519404376dbc0ab5559851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Thu, 5 Feb 2015 20:00:27 +0100 Subject: [PATCH] Adjust comment in interpolation example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); ```