Skip to content

Commit 5c37291

Browse files
authored
Update README.md
1 parent ce5d802 commit 5c37291

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ Google Tag Manager allows you to quickly and easily add or update AdWords, Googl
2323
composer require magepal/magento2-googletagmanager
2424
```
2525

26-
#### 2 - Enable GTM (from {Magento root} folder)
27-
* php -f bin/magento module:enable --clear-static-content MagePal_GoogleTagManager
28-
* php -f bin/magento setup:upgrade
26+
#### 2 - Enable GTM ("cd" to {Magento root} folder)
27+
```
28+
php -f bin/magento module:enable --clear-static-content MagePal_GoogleTagManager
29+
php -f bin/magento setup:upgrade
30+
```
2931

3032
#### 3 - Configure GTM
3133

0 commit comments

Comments
 (0)