From 8c34aa4591599ab5dfcd7936fabd10322ea04ed8 Mon Sep 17 00:00:00 2001 From: Leonardo Fedalto Date: Tue, 28 May 2019 18:53:41 -0300 Subject: [PATCH] Fix typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0208eac..b558730 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ with ENV: * `BindEnv(string...) : error` * `SetEnvPrefix(string)` * `SetEnvKeyReplacer(string...) *strings.Replacer` - * `AllowEmptyEnvVar(bool)` + * `AllowEmptyEnv(bool)` _When working with ENV variables, it’s important to recognize that Viper treats ENV variables as case sensitive._