From b83017d211c55fa561f316f5cb6461cec8a05c0d Mon Sep 17 00:00:00 2001 From: Adriano Date: Tue, 20 Mar 2018 11:58:48 -0400 Subject: [PATCH] Update README.md Fix typo in the environment variable usage documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bf474..913fef2 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 use a prefix while reading from the environment variables. Both `BindEnv` and `AutomaticEnv` will use this prefix.