Skip to content

Commit b61a71c

Browse files
NickolasHKrausumarcor
NickolasHKraus
authored andcommitted
small correction in README (spf13#1009)
1 parent 3b87407 commit b61a71c

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

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

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

0 commit comments

Comments
 (0)