From 16e08f5e4ffd1eac028736e3aada7b90b0b12767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Tue, 7 Apr 2015 14:19:38 +0200 Subject: [PATCH] refactor(docs): description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e24d1c5..994d211 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ 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), a great node.js package for image processing build by [Lovell Fuller](https://github.com/lovell). +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). **Note**: bimg is still beta. Pull requests and issues are highly appreciated