From 3c3eb6d7092d884bd619868d69ad2bc8b7303c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elis=C3=A9e?= Date: Thu, 8 Oct 2015 08:22:43 +0200 Subject: [PATCH] Require the correct module in the README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b2b0d..b836547 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Example ========== ```js var fs = require('fs'), - PNG = require('node-png').PNG; + PNG = require('pngjs2').PNG; fs.createReadStream('in.png') .pipe(new PNG({