From 6dbab52dbd1a61d4c41e19ffd7a989e29cb756dc Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sun, 12 Apr 2015 22:15:56 +0200 Subject: [PATCH] refactor(docs) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2382683..065cb83 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ and it's typically 4x faster than using the quickest ImageMagick and GraphicsMag It can read JPEG, PNG, WEBP and TIFF formats and output to JPEG, PNG and WEBP, including conversion between them. It supports common [image operations](#supported-image-operations) such as crop, resize, rotate, zoom, watermark... -For getting started, take a look to the [examples](#examples) and [programmatic API](https://godoc.org/github.com/h2non/bimg) documentation. - -If you're looking for a HTTP-based image processing solution, see [imaginary](https://github.com/h2non/imaginary) +For getting started, take a look to the [examples](#examples) and [programmatic API](https://godoc.org/github.com/h2non/bimg) documentation. If you're looking for a HTTP-based image processing solution, see [imaginary](https://github.com/h2non/imaginary). bimg was heavily inspired in [sharp](https://github.com/lovell/sharp), its homologous package built for node.js by [Lovell Fuller](https://github.com/lovell).