mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 13:51:50 +00:00
update README
This commit is contained in:
parent
9dc3fc20b1
commit
b1dd5ac47a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Simple PNG encoder/decoder for Node.js with no native dependencies.
|
|||
Installation
|
||||
===============
|
||||
```
|
||||
$ npm install pngjs
|
||||
$ npm install node-png
|
||||
```
|
||||
|
||||
Example
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-png",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Simple PNG encoder/decoder",
|
||||
"author": "Kuba Niegowski",
|
||||
"contributors": [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue