mirror of
https://github.com/spf13/viper
synced 2025-05-07 20:57: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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue