upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index 9258d2f..70aae44 100644
--- a/01.md
+++ b/01.md
@@ -48,7 +48,7 @@ To prevent implementation differences from creating a different event ID for the
48- No characters except the following should be escaped, and instead should be included verbatim: 48- No characters except the following should be escaped, and instead should be included verbatim:
49 - The line break, `0x0A`, as `\n` 49 - The line break, `0x0A`, as `\n`
50 - A double quote, `0x22`, as `\"` 50 - A double quote, `0x22`, as `\"`
51 - A backspace, `0x5C`, as `\\` 51 - A backslash, `0x5C`, as `\\`
52- UTF-8 should be used for encoding. 52- UTF-8 should be used for encoding.
53 53
54## Communication between clients and relays 54## Communication between clients and relays