Skip to content

Commit

Permalink
Replace "Hello World" examples with website examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Oct 21, 2023
1 parent 6b6e82c commit a451902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,10 @@ <h4>DataIntegrityProof</h4>
DataIntegrityProof">
{
"@context": [
{"title": "https://schema.org/title"},
{"myWebsite": "https://vocabulary.example/myWebsite"},
"https://www.w3.org/ns/credentials/v2"
],
"title": "Hello world!",
"myWebsite": "https://hello.world.example/",
"proof": {
"type": "DataIntegrityProof",
"cryptosuite": "eddsa-rdfc-2022",
Expand Down Expand Up @@ -1479,10 +1479,10 @@ <h4>Ed25519Signature2020</h4>
Ed25519Signature2020">
{
"@context": [
{"title": "https://schema.org/title"},
{"myWebsite": "https://vocabulary.example/myWebsite"},
"https://w3id.org/security/data-integrity/v1"
],
"title": "Hello world!",
"myWebsite": "https://hello.world.example/",
"proof": {
"type": "Ed25519Signature2020",
"created": "2020-11-05T19:23:24Z",
Expand Down

0 comments on commit a451902

Please sign in to comment.