upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Dilger <mike@mikedilger.com>2022-12-27 04:05:54 +1300
committerMike Dilger <mike@mikedilger.com>2022-12-27 04:05:54 +1300
commit544ec6dcc807abf62f4bd88bf8b9b7ee675f6ec4 (patch)
tree15ffcc7aea5af28012c63d038ac8b2fa4dac3408
parente79c84aecc2f9455380e14724315858272d825d7 (diff)
remove invalid trailing comma in JSON
-rw-r--r--35.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/35.md b/35.md
index 42f8fcd..bb93622 100644
--- a/35.md
+++ b/35.md
@@ -34,7 +34,7 @@ This NIP proposes an optional additional key like this:
34 }, 34 },
35 "relays": { 35 "relays": {
36 "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ] 36 "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ]
37 }, 37 }
38} 38}
39```` 39````
40 40