Update README.md (#470)

Fix typo in the environment variable usage documentation.
This commit is contained in:
Adriano 2018-07-10 08:30:20 -04:00 committed by Brice Fernandes
parent fb7a06477f
commit d493c32b69

View file

@ -191,7 +191,7 @@ _When working with ENV variables, its important to recognize that Viper
treats ENV variables as case sensitive._
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
prefix.