Browse Source

Update README.md

Evgenii Neumerzhitckii 10 years ago
parent
commit
a5591df690
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -88,8 +88,8 @@ Note that `clear` method still clears everything from the Keychain regardless of
 
 ```Swift
 let keychain = KeychainSwift(keyPrefix: "myTestKey_")
-keychain.set("hello world", forKey: "my key")
-// Value will be stored under "myTestKey_my key" key
+keychain.set("hello world", forKey: "hello")
+// Value will be stored under "myTestKey_hello" key
 ```
 
 ## Demo app