mirror of
https://github.com/spf13/viper
synced 2025-05-07 12:47:18 +00:00
Fix typo on README.md
This commit is contained in:
parent
b5bf975e58
commit
8c34aa4591
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue