From 4004ac2cd54a0a7984ce18b1651e01200abdbbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elis=C3=A9e?= Date: Thu, 8 Oct 2015 09:43:43 +0200 Subject: [PATCH] Fix a couple typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5b2b0d..ad417a8 100644 --- a/README.md +++ b/README.md @@ -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');