upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandwich <299465+dskvr@users.noreply.github.com>2025-10-13 14:26:14 +0200
committerGitHub <noreply@github.com>2025-10-13 05:26:14 -0700
commit179e42101150616c07884a321a70c6d889285202 (patch)
tree74a26298935c14a8137ac1641fbf18d5a11f09d0
parent74681c3c1448b4d2d685512f61026987bd175876 (diff)
nip66: tags shouldn't have integers (#2085)
-rw-r--r--66.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/66.md b/66.md
index 2e19916..59ac1a2 100644
--- a/66.md
+++ b/66.md
@@ -53,7 +53,7 @@ Example:
53 ["g", "ww8p1r4t8"], 53 ["g", "ww8p1r4t8"],
54 ["l", "en", "ISO-639-1"], 54 ["l", "en", "ISO-639-1"],
55 ["t", "nsfw" ], 55 ["t", "nsfw" ],
56 ["rtt-open", 234 ] 56 ["rtt-open", "234" ]
57 ] 57 ]
58} 58}
59``` 59```