Explorar el Código

Update README.md

Evgenii Neumerzhitckii hace 11 años
padre
commit
63ebf77e3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)