Skip to content

Commit

Permalink
Update cobra generator link (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
andregri committed Feb 18, 2023
1 parent d146541 commit ea7926a
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 @@ -56,7 +56,7 @@ cobra-cli init
go run main.go
```

cobra-cli init can also be run from a subdirectory such as how the [cobra generator itself is organized](https://github.com/spf13/cobra).
cobra-cli init can also be run from a subdirectory such as how the [cobra generator itself is organized](https://github.com/spf13/cobra-cli).
This is useful if you want to keep your application code separate from your library code.

#### Optional flags:
Expand Down

0 comments on commit ea7926a

Please sign in to comment.