From 33688bf23ceb2b51f5b5e0bae8ebc4e0ff9df9e9 Mon Sep 17 00:00:00 2001 From: Leonardo Fedalto Date: Tue, 11 Jun 2019 17:48:19 -0300 Subject: [PATCH] Fix typo on README.md (#710) --- 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._