diff --git a/README.md b/README.md index 6553aec..d824f48 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Each of these commands should be run from the command line at the Magento 2 root ```bash # add this repository to your composer.json -$ composer config repositories.magento2-configscopehints git https://github.com/ericthehacker/magento2-configscopehints.git +$ composer config repositories.magento2-configscopehints git https://github.com/experius/magento2-configscopehints.git # require module -$ composer require ericthehacker/magento2-configscopehints +$ composer require experius/magento2-configscopehints # enable module $ php -f bin/magento module:enable EW_ConfigScopeHints @@ -28,7 +28,7 @@ First, download contents of this repo into `app/code/EW/ConfigScopeHints` using ```bash $ mkdir -p app/code/EW # create vendor directory -$ wget https://github.com/ericthehacker/magento2-configscopehints/archive/master.zip # download zip of module contents +$ wget https://github.com/experius/magento2-configscopehints/archive/master.zip # download zip of module contents $ unzip master.zip -d app/code/EW # unzip module into vendor directory $ mv app/code/EW/magento2-configscopehints-master app/code/EW/ConfigScopeHints # correct directory name $ rm master.zip # clean up zip file