upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-11-07 09:19:11 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-11-07 09:19:11 -0300
commitd85f9269ca300fb3bee627733c8086df4fcff875 (patch)
treedbfbc2220177772e4e0ffbb80a37042052eafe23
parentb128ad98ade41b2b1f029e7460329554748fea73 (diff)
84: fix markers example.
-rw-r--r--84.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/84.md b/84.md
index b4a4be7..89bf88b 100644
--- a/84.md
+++ b/84.md
@@ -27,9 +27,9 @@ useful when highlighting non-nostr content for which the client might be able to
27last value of the tag. 27last value of the tag.
28 28
29```json 29```json
30[ "p", "...", "author" ], 30[ "p", "<pubkey-hex>", "<relay-url>", "author" ],
31[ "p", "...", "author" ], 31[ "p", "<pubkey-hex>", "<relay-url>", "author" ],
32[ "p", "...", "editor" ], 32[ "p", "<pubkey-hex>", "<relay-url>", "editor" ],
33``` 33```
34 34
35### Context 35### Context