Skip to content

Commit 85b6897

Browse files
author
ashutosh
committed
fixed Commands in packagists documentation are incorrect #8
1 parent cd3c5c8 commit 85b6897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
``` composer require webkul/code-generator ```
66

7-
``` php -f bin/magento setup:update ```
7+
``` php -f bin/magento setup:upgrade ```
88

99
# Usage
1010

1111
- To create new Module
1212

13-
``` php bin/magento generate:code Module_Name type=new-module ```
13+
``` php bin/magento generate:code Module_Name --type=new-module ```
1414

1515
- To create models
1616

0 commit comments

Comments
 (0)