Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
fix usage name
Browse files Browse the repository at this point in the history
  • Loading branch information
ulphidius committed Jul 4, 2021
1 parent f1be608 commit 2d72549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ go install goyave.dev/gyv@latest

```
gyv create project
gyv create controller --controller-name "hello"
gyv create model --model-name "user"
gyv create middleware --middleware-name "auth"
gyv create controller --name "hello"
gyv create model --name "user"
gyv create middleware --name "auth"
```

## License
Expand Down

0 comments on commit 2d72549

Please sign in to comment.