Merge pull request #30 from elisee/patch-3

Fix a couple typos in README.md
This commit is contained in:
Luke Page 2015-10-08 12:14:02 +01:00
commit c631e6507c

View file

@ -145,7 +145,7 @@ two arguments `(err, data)`.
Returns `this` for method chaining.
+#### Example
#### Example
```js
new PNG({ filterType:4 }).parse( imageData, function(error, data)
{
@ -221,7 +221,7 @@ var png = PNG.sync.read(data);
### PNG.adjustGamma(src)
Adjusts the gamma of a sync image. See thr async adjustGamma.
Adjusts the gamma of a sync image. See the async adjustGamma.
```
var data = fs.readFileSync('in.png');