forked from mirror/viper
Update README.md (#470)
Fix typo in the environment variable usage documentation.
This commit is contained in:
parent
fb7a06477f
commit
d493c32b69
|
@ -191,7 +191,7 @@ _When working with ENV variables, it’s important to recognize that Viper
|
||||||
treats ENV variables as case sensitive._
|
treats ENV variables as case sensitive._
|
||||||
|
|
||||||
Viper provides a mechanism to try to ensure that ENV variables are unique. By
|
Viper provides a mechanism to try to ensure that ENV variables are unique. By
|
||||||
using `SetEnvPrefix`, you can tell Viper to use add a prefix while reading from
|
using `SetEnvPrefix`, you can tell Viper to use a prefix while reading from
|
||||||
the environment variables. Both `BindEnv` and `AutomaticEnv` will use this
|
the environment variables. Both `BindEnv` and `AutomaticEnv` will use this
|
||||||
prefix.
|
prefix.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue