Minor JSON fix

This commit is contained in:
Asai Toshiya 2023-07-25 12:33:16 +09:00 committed by GitHub
parent 4a386e645c
commit e58a40d2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
56.md
View File

@ -42,9 +42,9 @@ Example events
{
"kind": 1984,
"tags": [
["p", <pubkey>, "nudity"]
["p", <pubkey>, "nudity"],
["L", "social.nos.ontology"],
["l", "NS-nud", "social.nos.ontology"],
["l", "NS-nud", "social.nos.ontology"]
],
"content": "",
...