From 548b439fdf12703c9de62ef1c852201f992e758a Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Mon, 9 Sep 2013 19:31:42 +1000 Subject: [PATCH] tiny update to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967b1c88..3a1583df 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ it need one. ### Recommended 1. PHP >= 5.3 2. MySQL server >= 5.5.3 -3. ImageMagick or command-line version (```convert``` and ```identify```) +3. ImageMagick (command-line ImageMagick or GraphicsMagick preferred). 4. [APC (Alternative PHP Cache)](http://php.net/manual/en/book.apc.php), [XCache](http://xcache.lighttpd.net/) or [Memcached](http://www.php.net/manual/en/intro.memcached.php) Contributing