From da839c603ed9ff5fec9d3a759ae2b1014b14c368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Tue, 13 Oct 2015 09:00:40 +0100 Subject: [PATCH] fix(docs): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 627d169..1d45e32 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and it's typically 4x faster than using the quickest ImageMagick and GraphicsMag To get started you could take a look to the [examples](#examples) and [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). +If you're looking for an 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](http://nodejs.org). ## Prerequisites