From dbe6d247ea9cdab35bc00bbb45d06248b5c2084f Mon Sep 17 00:00:00 2001
From: gbunt <gbunt@cloudian.com>
Date: Fri, 30 Aug 2019 15:44:37 +0000
Subject: [PATCH] README fix to correct function name to SetKeysCaseSensitive()

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3f8a909..2040cfe 100644
--- a/README.md
+++ b/README.md
@@ -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