Skip to content

Commit 90e1e10

Browse files
authored
Update README.md
1 parent a2ea361 commit 90e1e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type Commander interface {
3030
}
3131
```
3232

33-
The `Init` method allows for flag compilation, referencing the parent and root etc. If needed, the full Cobra command is still available for configuration in `WithCobraCommand`.
33+
The `Init` method allows for flag compilation, referencing the parent and root etc. If needed, the full Cobra command is still available.
3434

3535
There's a runnable [example](https://pkg.go.dev/github.com/bep/simplecobra#example-package) in the documentation, but the gist of it is:
3636

0 commit comments

Comments
 (0)