From 9a58cc849d06d33ccde8b390be94941b72285a72 Mon Sep 17 00:00:00 2001 From: Eric Wiese Date: Wed, 6 May 2015 14:58:40 -0500 Subject: [PATCH] Update README.md Fix module enable vendor and module name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e292178..9be6288 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ rm master.zip # clean up zip file Finally, enable module by running the following from the command line at the Magento 2 root. ``` -$ php -f bin/magento module:enable Vendor_ModuleName +$ php -f bin/magento module:enable EW_ConfigScopeHints $ php -f bin/magento setup:upgrade ``` @@ -38,7 +38,7 @@ $ composer config repositories.magento2-configscopehints vcs https://github.com/ $ composer require ericthehacker/magento2-configscopehints # enable module -$ php -f bin/magento module:enable Vendor_ModuleName +$ php -f bin/magento module:enable EW_ConfigScopeHints $ php -f bin/magento setup:upgrade ```