From 481741315df473a156d22def1587b7539d7d55f8 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 14 Apr 2014 22:09:08 +0100 Subject: [PATCH] Correct README markdown format --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cada74f..d9adea2a 100755 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ sharp('input.gif').resize(200, 300).embedBlack().webp(function(err, buffer) { Constructor to which further methods are chained. `input` can be one of: -# Buffer containing JPEG, PNG or WebP image data. -# String containing the filename of an image. Most major formats are supported. +* Buffer containing JPEG, PNG or WebP image data, or +* String containing the filename of an image, with most major formats supported. ### resize(width, [height]) @@ -204,6 +204,7 @@ Running the tests requires both ImageMagick and GraphicsMagick plus one of eithe brew install imagemagick brew install graphicsmagick + sudo apt-get install imagemagick graphicsmagick libmagick++-dev ## Performance