Skip to content

Commit

Permalink
nip54: fix json indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed May 5, 2024
1 parent c1360c4 commit 4fa65b8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions 54.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Articles are identified by lowercase, normalized ascii `d` tags.
### Articles
```jsonc
{
"content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.",
"tags": [
[ "d", "wiki" ],
[ "title", "Wiki" ],
]
"content": "A wiki is a hypertext publication collaboratively edited and managed by its own audience.",
"tags": [
["d", "wiki"],
["title", "Wiki"],
]
}
```

Expand Down Expand Up @@ -93,14 +93,14 @@ Users can request other users to get their entries merged into someone else's en

```jsonc
{
"content": "I added information about how to make hot ice-creams",
"kind": 818,
"tags": [
[ "a", "30818:<destination-pubkey>:hot-ice-creams", "<relay-url>" ],
[ "e", "<version-against-which-the-modification-was-made>", "<relay-url>' ],
[ "p", "<destination-pubkey>" ],
[ "e", "<version-to-be-merged>", "<relay-url>", "source" ]
]
"content": "I added information about how to make hot ice-creams",
"kind": 818,
"tags": [
[ "a", "30818:<destination-pubkey>:hot-ice-creams", "<relay-url>" ],
[ "e", "<version-against-which-the-modification-was-made>", "<relay-url>' ],
[ "p", "<destination-pubkey>" ],
[ "e", "<version-to-be-merged>", "<relay-url>", "source" ]
]
}
```
Expand Down

0 comments on commit 4fa65b8

Please # to comment.