Skip to content

Commit a2734be

Browse files
NickolasHKrausumarcor
NickolasHKraus
authored andcommitted
small correction in README (spf13#1009)
1 parent 40d34bc commit a2734be

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
@@ -406,7 +406,7 @@ func init() {
406406

407407
In this example the persistent flag `author` is bound with `viper`.
408408
**Note**, that the variable `author` will not be set to the value from config,
409-
when the `--author` flag is not provided by user.
409+
when the `--author` flag is provided by user.
410410

411411
More in [viper documentation](https://github.com/spf13/viper#working-with-flags).
412412

0 commit comments

Comments
 (0)