Skip to content

Commit 353f8fd

Browse files
NickolasHKrausumarcor
NickolasHKraus
authored andcommitted
small correction in README (spf13#1009)
1 parent 15ed74b commit 353f8fd

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

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

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

0 commit comments

Comments
 (0)