From 373004b2328f82e79c5b0692e9ab03b89a1d7d83 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Tue, 7 Apr 2015 00:02:42 +0200 Subject: [PATCH] fix(test): image metadata --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be900fc..cda08a4 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ bimg can read JPEG, PNG, WEBP, TIFF and Magick formats and it can output to JPEG It support common [image transformation](#supported-image-operations) operations such as crop, resize, rotate... and image conversion into multiple formats. -To getting started see the [examples](#examples) and [programmatic API](https://godoc.org/github.com/h2non/bimg) documentation. +To getting start 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). -**Note**: bimg is still a beta package. PR and issues are highly appreciated +**Note**: bimg is still a beta package. Pull requests and issues are highly appreciated ## Prerequisites