Browse Source

Update README.md

Evgenii Neumerzhitckii 11 years ago
parent
commit
646030680c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ TegKeychain.getString("key 1")
 
 
 TegKeychain.delete("my key")
 TegKeychain.delete("my key")
 
 
-TegKeychain.clear()
+TegKeychain.clear() // delete everything from Keychain
 ```
 ```
 
 
 In addition to strings one can set/get `NSData` objects.
 In addition to strings one can set/get `NSData` objects.