From 0047fde7b965370a493a0e8dd6723563a5d1319d Mon Sep 17 00:00:00 2001 From: Henrik Hedelund Date: Sun, 30 Oct 2016 12:21:13 +0100 Subject: [PATCH] Update composer install instruction --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eef36c..29a6777 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ git clone https://github.com/henkelund/magento2-henhed-piwik.git app/code/Henhed Or, if you prefer, install it using [Composer][composer]. ```sh -composer config repositories.henhedpiwik git https://github.com/henkelund/magento2-henhed-piwik.git -composer require henhed/module-piwik:dev-master +composer require henhed/module-piwik ``` Finally, enable the module with the Magento CLI tool.