Explorar el Código

Update README.md

Evgenii Neumerzhitckii hace 9 años
padre
commit
752014a0bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -87,7 +87,7 @@ keychain.getData("my key")
 ```Swift
 keychain.delete("my key") // Remove single key
 
-keychain.clear() // Delete everything from app's Keychain
+keychain.clear() // Delete everything from app's Keychain. Does not work on OS X.
 ```
 
 ## Advanced options