Skip to content

Commit

Permalink
Merge pull request #28 from elisee/patch-1
Browse files Browse the repository at this point in the history
Require the correct module in the README example
  • Loading branch information
lukeapage committed Oct 8, 2015
2 parents b90e811 + 3c3eb6d commit ace6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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({
Expand Down

0 comments on commit ace6fa5

Please sign in to comment.