From 75a1279a4b282739c722c6902d247cb7d43728bb Mon Sep 17 00:00:00 2001 From: Renuka Date: Mon, 4 Nov 2024 18:17:07 +0530 Subject: [PATCH] add readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dea2d07..8b9096c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Simple Magento 2 module ### Type 1: Zip file - - Unzip the zip file in `app/code/RWIT` + - Unzip the zip file in `app/code/RW-Infotech` - Enable the module by running `php bin/magento module:enable RW_Infotech_HelloWorld` - Apply database updates by running `php bin/magento setup:upgrade`\* - Flush the cache by running `php bin/magento cache:flush` @@ -29,7 +29,7 @@ Simple Magento 2 module - public repository `packagist.org` - public github repository as vcs - Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/` - - Install the module composer by running `composer require rwit/hello-world` + - Install the module composer by running `composer require rw-infotech/hello-world` - enable the module by running `php bin/magento module:enable RW_Infotech_HelloWorld` - apply database updates by running `php bin/magento setup:upgrade`\* - Flush the cache by running `php bin/magento cache:flush`