Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix module enable vendor and module name
  • Loading branch information
ericthehacker committed May 6, 2015
1 parent fe6bf07 commit 9a58cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```

Expand Down

0 comments on commit 9a58cc8

Please sign in to comment.