Update README.md

This commit is contained in:
tripathyr 2020-08-05 13:49:07 +05:30 committed by GitHub
parent e2d9adde07
commit 5b93464f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -706,7 +706,7 @@ Application Data results are not stored in local IndexedDB by Standard Operatio
* Example: floDapps.manageSubAdmins(adminPrivKey, [addr1, addr2..]) to add addr1 and addr2 as subAdmin * Example: floDapps.manageSubAdmins(adminPrivKey, [addr1, addr2..]) to add addr1 and addr2 as subAdmin
* Example: floDapps.manageSubAdmins(adminPrivKey, null, [addr1, addr2..]) to remove addr1 and addr2 as subAdmin * Example: floDapps.manageSubAdmins(adminPrivKey, null, [addr1, addr2..]) to remove addr1 and addr2 as subAdmin
* This command must be run from the console of app page only.
#### clearCredentials #### clearCredentials
floDapps.clearCredentials() floDapps.clearCredentials()