nip54: fix json indentation.

This commit is contained in:
fiatjaf 2024-05-04 23:36:48 -03:00
parent c1360c4f0b
commit 4fa65b81ce

4
54.md
View File

@ -15,8 +15,8 @@ Articles are identified by lowercase, normalized ascii `d` tags.
{ {
"content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.", "content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.",
"tags": [ "tags": [
[ "d", "wiki" ], ["d", "wiki"],
[ "title", "Wiki" ], ["title", "Wiki"],
] ]
} }
``` ```