Max Lynch 9 năm trước cách đây
mục cha
commit
1577a9c463
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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