From 587287f8db4a72bb5c52659c417c174501ab8864 Mon Sep 17 00:00:00 2001 From: 0nlyP2P <35837384+0nlyP2P@users.noreply.github.com> Date: Sun, 7 Jul 2024 21:43:11 +0200 Subject: [PATCH] Fix JSON syntax in simple DID document. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ab6ed99e..43246d77 100644 --- a/index.html +++ b/index.html @@ -348,7 +348,7 @@

A Simple Example

"@context": [ "https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1" - ] + ], "id": "did:example:123456789abcdefghi", "authentication": [{ // used to authenticate as did:...fghi