Fix a minor typo in README.md

This commit is contained in:
Pablo Santiago Blum de Aguiar 2020-10-30 15:37:50 +01:00 committed by Márk Sági-Kazár
parent 4938331709
commit f415025b98
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ the `BindEnv` is called.
`AutomaticEnv` is a powerful helper especially when combined with
`SetEnvPrefix`. When called, Viper will check for an environment variable any
time a `viper.Get` request is made. It will apply the following rules. It will
check for a environment variable with a name matching the key uppercased and
check for an environment variable with a name matching the key uppercased and
prefixed with the `EnvPrefix` if set.
`SetEnvKeyReplacer` allows you to use a `strings.Replacer` object to rewrite Env