From 1f186931a1f6608027db08648111c4f1328f95f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lloren=C3=A7?= Date: Fri, 12 Jul 2024 11:35:01 +0200 Subject: [PATCH] Fix readme for JS SDK --- js-library/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js-library/README.md b/js-library/README.md index c18ad0d..5b0a68c 100644 --- a/js-library/README.md +++ b/js-library/README.md @@ -56,7 +56,7 @@ requestVerifiablePresentation({ }, issuerData: { origin: "", - canisterId: "<[optional] canister id>", + canisterId: "", }, credentialData: { credentialSpec: { @@ -67,7 +67,7 @@ requestVerifiablePresentation({ }, credentialSubject: "", }, - identityProvider: "<[optional] url identity provider>", + identityProvider: "", derivationOrigin: "<[optional] origin for delegated identity>", windowOpenerFeatures: "<[optional] window opener config string>", });