1
0
Fork 0
mirror of https://github.com/spf13/viper synced 2025-04-07 05:59:13 +00:00

Fix typo on README.md ()

This commit is contained in:
Leonardo Fedalto 2019-06-11 17:48:19 -03:00 committed by Steve Francia
parent 3620d3d9e1
commit 33688bf23c

View file

@ -186,7 +186,7 @@ with ENV:
* `BindEnv(string...) : error`
* `SetEnvPrefix(string)`
* `SetEnvKeyReplacer(string...) *strings.Replacer`
* `AllowEmptyEnvVar(bool)`
* `AllowEmptyEnv(bool)`
_When working with ENV variables, its important to recognize that Viper
treats ENV variables as case sensitive._