Explorar el Código

Update README.md

Evgenii Neumerzhitckii hace 11 años
padre
commit
6aa32e56bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ Copy [TegKeychain.swift](https://raw.githubusercontent.com/exchangegroup/keychai
 ```Swift
 TegKeychain.set("my key", value: "hello world")
 
-TegKeychain.getString("key 1")
+TegKeychain.getString("my key")
 
 TegKeychain.delete("my key")