From 353f8fd1a210c0423c9102e35a02f18fabe2d373 Mon Sep 17 00:00:00 2001 From: NickolasHKraus Date: Wed, 1 Jan 2020 07:51:03 -0600 Subject: [PATCH] small correction in README (#1009) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8175bc2..7610781fd 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ func init() { In this example the persistent flag `author` is bound with `viper`. **Note**, that the variable `author` will not be set to the value from config, -when the `--author` flag is not provided by user. +when the `--author` flag is provided by user. More in [viper documentation](https://github.com/spf13/viper#working-with-flags).