From 3408059aa0e1f120745ec0110fef82e840228eff Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Fri, 21 Oct 2016 21:09:09 +0545 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6f2e0..6e71f58 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ HtImgModule This module simplifies image manipulation for Zend Framework. This module integrates zf2/zf3 with [Imagine](https://github.com/avalanche123/Imagine), the most amazing Image manipulation library for PHP. ## Installation -* Add `"hrevert/ht-img-module": "0.4.*"` to composer.json and run `php composer.phar update` +* `composer require hrevert/ht-img-module` * Register `HtImgModule` as module in `config/application.config.php` * Copy the file located in `vendor/hrevert/ht-img-module/config/ht-img-module.global.php` to `config/autoload` and change the values as you wish