From bf0a06a71cd90e35aa4cad68d57399a5129d1e3e Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Wed, 4 Apr 2018 10:16:52 -0400 Subject: [PATCH] typo: remove extra word "use" `tell Viper to use add a prefix` to: `tell Viper to add a prefix` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bf474..3462201 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ _When working with ENV variables, it’s important to recognize that Viper treats ENV variables as case sensitive._ Viper provides a mechanism to try to ensure that ENV variables are unique. By -using `SetEnvPrefix`, you can tell Viper to use add a prefix while reading from +using `SetEnvPrefix`, you can tell Viper to add a prefix while reading from the environment variables. Both `BindEnv` and `AutomaticEnv` will use this prefix.