From 5b93464f420f95865747e3c11fd737133582c4d9 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Wed, 5 Aug 2020 13:49:07 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f52ad00..634a1b9 100644 --- a/README.md +++ b/README.md @@ -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, null, [addr1, addr2..]) to remove addr1 and addr2 as subAdmin - +* This command must be run from the console of app page only. #### clearCredentials floDapps.clearCredentials()