mirror of https://github.com/spf13/viper.git
Fix typo on README.md (#710)
This commit is contained in:
parent
3620d3d9e1
commit
33688bf23c
|
@ -186,7 +186,7 @@ with ENV:
|
||||||
* `BindEnv(string...) : error`
|
* `BindEnv(string...) : error`
|
||||||
* `SetEnvPrefix(string)`
|
* `SetEnvPrefix(string)`
|
||||||
* `SetEnvKeyReplacer(string...) *strings.Replacer`
|
* `SetEnvKeyReplacer(string...) *strings.Replacer`
|
||||||
* `AllowEmptyEnvVar(bool)`
|
* `AllowEmptyEnv(bool)`
|
||||||
|
|
||||||
_When working with ENV variables, it’s important to recognize that Viper
|
_When working with ENV variables, it’s important to recognize that Viper
|
||||||
treats ENV variables as case sensitive._
|
treats ENV variables as case sensitive._
|
||||||
|
|
Loading…
Reference in New Issue