Skip to content

Commit

Permalink
Updated context in examples 2 and 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg authored and msporny committed Jun 30, 2024
1 parent 9a15210 commit 1d49c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h4>Multikey</h4>
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/data-integrity/v1"
"https://w3id.org/security/multikey/v1"
],
"id": "did:example:123",
"verificationMethod": [{
Expand Down Expand Up @@ -1928,7 +1928,7 @@ <h4>Ed25519Signature2020</h4>
{
"@context": [
{"myWebsite": "https://vocabulary.example/myWebsite"},
"https://w3id.org/security/data-integrity/v1"
"https://w3id.org/security/suites/ed25519-2020/v1"
],
"myWebsite": "https://hello.world.example/",
"proof": {
Expand Down

0 comments on commit 1d49c54

Please sign in to comment.