Max Lynch 9 年之前
父節點
當前提交
1577a9c463
共有 1 個文件被更改,包括 1 次插入1 次删除
  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