1
0
Fork 0
mirror of https://github.com/spf13/viper synced 2025-05-16 17:17:20 +00:00

README fix to correct function name to SetKeysCaseSensitive()

This commit is contained in:
gbunt 2019-08-30 15:44:37 +00:00
parent 66b6dc1a03
commit dbe6d247ea

View file

@ -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