Skip to content

Commit

Permalink
Merge pull request #6 from bruno-canada/hotfix/update-readme-magento-…
Browse files Browse the repository at this point in the history
…module

Updated module name for Magento management
  • Loading branch information
brnquester committed Apr 4, 2022
2 parents 0700d02 + 28290ea commit 6f021d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Composer 1.10.16

1. Access your Magento 2 root directory
2. Run `composer require brunocanada/hreflang`
3. Double-check if it is installed and enabled, run `bin/magento module:status brunocanada/hreflang`
3. Double-check if it is installed and enabled, run `bin/magento module:status BrunoCanada_HrefLang`

## Manual Instalation <a name = "manualinstallation"></a>

Expand All @@ -67,5 +67,5 @@ $ bin/magento setup:upgrade

## Module Management <a name = "modulemanagement"></a>

- Enable module: `bin/magento module:enable brunocanada/hreflang`
- Disable module: `bin/magento module:disable brunocanada/hreflang`
- Enable module: `bin/magento module:enable BrunoCanada_HrefLang`
- Disable module: `bin/magento module:disable BrunoCanada_HrefLang`

0 comments on commit 6f021d9

Please sign in to comment.