Skip to content

Commit

Permalink
fix(readme): add missing hyphen to example command (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 authored Nov 24, 2024
1 parent cb0c0a8 commit cf3bee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ go-blueprint create --advanced --feature react
Or all features at once:

```bash
go-blueprint create --name my-project --framework chi --driver mysql --advanced --feature htmx --feature githubaction --feature websocket --feature tailwind --feature docker -git commit --feature react
go-blueprint create --name my-project --framework chi --driver mysql --advanced --feature htmx --feature githubaction --feature websocket --feature tailwind --feature docker --git commit --feature react
```

<p align="center">
Expand Down

0 comments on commit cf3bee5

Please sign in to comment.