Browse Source

Update README.md

Evgenii Neumerzhitckii 11 years ago
parent
commit
63ebf77e3d
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 cart write and read `NSData` objects.
+In addition to String one can set/get `NSData` objects.
 
 ```Swift
 TegKeychain.set("my key", value: nsDataObject)