Max Lynch 9 år sedan
förälder
incheckning
1577a9c463
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -47,7 +47,7 @@ Keychain.set(successCallback, failureCallback, 'key', 'value', useTouchID);
  @param failureCallback returns the error string as the argument to the callback
  @param key the key to remove
  */
-kc.remove(successCallback, failureCallback, 'key');
+Keychain.remove(successCallback, failureCallback, 'key');
 
 /*
  Sets a JSON value for a key