Merge pull request #138 from derekparker/fix-typo

readme: Fix typo
This commit is contained in:
Steve Francia 2015-12-11 21:21:22 -05:00
commit 90b31f671f

View file

@ -58,7 +58,7 @@ Viper configuration keys are case insensitive.
### Establishing Defaults
A good configuration system will support default values. A default value is not
required for a key, but it's useful in the event that a key hasnt be set via
required for a key, but it's useful in the event that a key hasnt been set via
config file, environment variable, remote configuration or flag.
Examples: