From 8251dfebe9f5f8e301bf9ff5ae489e169fdeca0f Mon Sep 17 00:00:00 2001 From: Cosmin Lupu Date: Fri, 3 Nov 2017 22:17:03 +0100 Subject: [PATCH] Updated README.md nodejs example typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c205757..f5b0907 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ npm install canvas The API under Node is the same as on the browser with one addition, a promise based `compareImage` convenience function that is used as follows: ``` js -const compareImage = require('resemblejs/compareImages'); +const compareImages = require('resemblejs/compareImages'); // The parameters can be Node Buffers // data is the same as usual with an additional getBuffer() function