Skip to content

Commit

Permalink
Fix readme for JS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Jul 12, 2024
1 parent 2301849 commit 1f18693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ requestVerifiablePresentation({
},
issuerData: {
origin: "<url of the origin>",
canisterId: "<[optional] canister id>",
canisterId: "<canister id>",
},
credentialData: {
credentialSpec: {
Expand All @@ -67,7 +67,7 @@ requestVerifiablePresentation({
},
credentialSubject: "<user's principal>",
},
identityProvider: "<[optional] url identity provider>",
identityProvider: "<url identity provider>",
derivationOrigin: "<[optional] origin for delegated identity>",
windowOpenerFeatures: "<[optional] window opener config string>",
});
Expand Down

0 comments on commit 1f18693

Please sign in to comment.