mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 13:51:50 +00:00
Require the correct module in the README example
This commit is contained in:
parent
b90e811243
commit
3c3eb6d709
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue