Skip to content

Commit 67f1459

Browse files
authored
Update README.md
1 parent 905c5ed commit 67f1459

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
##installation
1+
# installation
2+
23
composer require "webgate/module-custom-menu":"*"
34

4-
###server installation
5+
### server installation
56
```
67
cd root project
78
php bin/magento setup:upgrade #create table and update database
89
php bin/magento setup:di:compile #create dependence and generate code
910
php bin/magento setup:static-content -f en_US #or any local like en_GB for UK (generate static file like css and js )
1011
php bin/magento c:f #clear cache
1112
```
12-
#document (how to use)
13+
# document (how to use)
14+
1315
<img src="https://raw.githubusercontent.com/webgatesoft/admin-custom-menu/master/img/1.png" alt='webgate-soft-1'>
1416

1517
```
@@ -32,7 +34,7 @@ target : defines how a link should opened
3234
3335
3436
```
35-
###custom menu config
37+
### custom menu config
3638
<img src="https://raw.githubusercontent.com/webgatesoft/admin-custom-menu/master/img/4.png" alt='webgate-soft-4'>
3739

3840
```go to webgate > WebGate Custom menu > setting```
@@ -48,4 +50,4 @@ Position 2 : postion of menu right or left
4850
4951
```
5052

51-
[WebGate Soft](webgatesoft.com)
53+
[WebGate Soft](webgatesoft.com)

0 commit comments

Comments
 (0)