mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
readme: Fix typo
This commit is contained in:
parent
e37b56e207
commit
cc3dd557e0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Viper configuration keys are case insensitive.
|
||||||
### Establishing Defaults
|
### Establishing Defaults
|
||||||
|
|
||||||
A good configuration system will support default values. A default value is not
|
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 hasn’t be set via
|
required for a key, but it's useful in the event that a key hasn’t been set via
|
||||||
config file, environment variable, remote configuration or flag.
|
config file, environment variable, remote configuration or flag.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
Loading…
Reference in a new issue