update README

This commit is contained in:
brighthas 2013-10-21 21:10:58 +08:00
parent 9dc3fc20b1
commit b1dd5ac47a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Simple PNG encoder/decoder for Node.js with no native dependencies.
Installation Installation
=============== ===============
``` ```
$ npm install pngjs $ npm install node-png
``` ```
Example Example

View file

@ -1,6 +1,6 @@
{ {
"name": "node-png", "name": "node-png",
"version": "0.4.1", "version": "0.4.2",
"description": "Simple PNG encoder/decoder", "description": "Simple PNG encoder/decoder",
"author": "Kuba Niegowski", "author": "Kuba Niegowski",
"contributors": [], "contributors": [],