From 75f0f6c6c03a0e2721f9d63018f504414dc6587b Mon Sep 17 00:00:00 2001
From: Gundo Sifhufhi <sifhufhisg@gmail.com>
Date: Mon, 20 Feb 2023 08:29:16 +0200
Subject: [PATCH] Updated ReadMe with altered structure.

---
 Readme.md | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/Readme.md b/Readme.md
index fc4631c..1757dd1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -47,12 +47,12 @@ Run the following command in Magento 2 root folder:</br>
 #### 1. Execute the following command to install the module:
 
 ``` 
-composer require bobgo/CustomShipping
+composer require BobGroup/BobGo
 ```
 #### 2. Enter following commands to enable the module:
 
 ```
-bin/magento module:enable bobgo_CustomShipping
+bin/magento module:enable BobGroup_BobGo
 bin/magento cache:clean
 bin/magento cache:flush
 bin/magento setup:upgrade
@@ -69,21 +69,22 @@ bin/magento setup:static-content:deploy
 
 2. Unzip the file and copy contents
 
-3. Create `bobgo/CustomShipping` <em>Directory</em>
+3. Create `BobGroup/BobGo` <em>Directory</em>
 
 **It should look like this:** </br>
->{Magento root}/app/code/bobgo/CustomShipping/
+>{Magento root}/app/code/BobGroup/BobGo/
 
 
->**{Magento root}**`/app/code/bobgo/CustomShipping/`**{Paste here}**
+>**{Magento root}**`/app/code/BobGroup/BobGo/`**{Paste here}**
 
 
-3. Go to Magento root folder and run all commands below  to install `bobgo_CustomShipping`: </br>
+3. Go to Magento root folder and run all commands below  to install `BobGroup_BobGo`: </br>
 ```
 bin/magento cache:clean
-Bin/magento cache:flush
-Bin/magento setup:upgrade
-Bin/magento setup:di:compile
+bin/magento cache:flush
+bin/magento setup:upgrade
+bin/magento setup:di:compile
+bin/magento setup:static-content:deploy
 ```
 _____________________________________________________________________________________________________________________
 # After installation
-- 
GitLab