docs: readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marvin Steadfast 2021-06-15 11:04:43 +02:00
parent cde814fc94
commit 34466a5dee

View File

@ -61,7 +61,7 @@ if err := don.Ready(
`func Cmd(c string) func() bool`
Cmd returns a `func() bool` for working with don.Check. It executes a command and
Cmd returns a `func() bool` for working with `don.Ready()`. It executes a command and
returns a true if everything looks fine or a false if there was some kind of error.
### func [Ready](/don.go#L83)