remove invalid trailing comma in JSON

This commit is contained in:
Mike Dilger 2022-12-27 04:05:54 +13:00
parent e79c84aecc
commit 544ec6dcc8

2
35.md
View File

@ -34,7 +34,7 @@ This NIP proposes an optional additional key like this:
},
"relays": {
"b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ]
},
}
}
````