Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dungda-0794 committed May 29, 2023
1 parent d3aefb8 commit b9db8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ go-base-gen domain --name <domain-name> --project <project-name> --module <modul
- Example usage
```bash
# Genenrate project-demo
go-base-gen project -n project-demo -p ~/go/src
go-base-gen project -n project-demo

# cd to project-demo
cd project-demo/
Expand All @@ -73,7 +73,7 @@ go run cmd/migrate/main.go
go run cmd/seed/main.go

# create domain product in module ecommerce
go-base-gen domain -n product -pj project-demo -m ecommerce -p ~/go/src
go-base-gen domain -n product -pj project-demo -m ecommerce

# Run project for development
make dev
Expand Down

0 comments on commit b9db8c2

Please sign in to comment.