From e5549e306340b422f7c474bebfb207271b08c706 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc88361..957280a0 100755 --- a/README.md +++ b/README.md @@ -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 }); ```