upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Wandersleb <leo@leowandersleb.de>2024-04-24 12:18:27 -0400
committerfiatjaf_ <fiatjaf@gmail.com>2024-04-30 22:33:30 -0300
commit88246c27414d11983dced414462b2be2d010fad8 (patch)
tree977220cda01ff919046ccdd384ee3e6bc9838209
parentbad8826211ca2eb8660e4bd68b292d14616d3669 (diff)
Require tags to have at least one string
fixes #1193
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index a91febc..8be85bc 100644
--- a/01.md
+++ b/01.md
@@ -56,7 +56,7 @@ To prevent implementation differences from creating a different event ID for the
56 56
57### Tags 57### Tags
58 58
59Each tag is an array of strings of arbitrary size, with some conventions around them. Take a look at the example below: 59Each tag is an array of one or more strings, with some conventions around them. Take a look at the example below:
60 60
61```jsonc 61```jsonc
62{ 62{