From 970a87fa8d8454be3170adf92b7b1e0f9c0a3fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Tue, 7 Apr 2015 18:35:27 +0200 Subject: [PATCH] fix(docs): description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09087b7..685cb75 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ It can read JPEG, PNG, WEBP, TIFF and Magick formats and it can output to JPEG, For getting started, take a look to the [examples](#examples) and [programmatic API](https://godoc.org/github.com/h2non/bimg) documentation. bimg was heavily inspired in [sharp](https://github.com/lovell/sharp), -its a homologous package built for node.js by [Lovell Fuller](https://github.com/lovell). +its homologous package built for node.js by [Lovell Fuller](https://github.com/lovell). -**Note**: bimg is still beta. Pull requests and issues are highly appreciated +**Note**: bimg is still beta. Pull request and issues are highly appreciated ## Prerequisites