mirror of
https://github.com/spf13/viper
synced 2025-05-10 22:27:18 +00:00
README fix to correct function name to SetKeysCaseSensitive()
This commit is contained in:
parent
66b6dc1a03
commit
dbe6d247ea
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ item below it:
|
||||||
* default
|
* default
|
||||||
|
|
||||||
Viper configuration keys are case insensitive by default. They can be made case
|
Viper configuration keys are case insensitive by default. They can be made case
|
||||||
sensitive with `viper.SetKeyCaseSensitivity(true)`.
|
sensitive with `viper.SetKeysCaseSensitive(true)`.
|
||||||
|
|
||||||
## Putting Values into Viper
|
## Putting Values into Viper
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue