Browse Source

Update README.md

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

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ TegKeychain.delete("my key")
 TegKeychain.clear()
 ```
 
-In addition to String one can set/get `NSData` objects.
+In addition to strings one can set/get `NSData` objects.
 
 ```Swift
 TegKeychain.set("my key", value: nsDataObject)