upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThebora Kompanioni <theborakompanioni@users.noreply.github.com>2024-02-08 00:03:32 +0100
committerGitHub <noreply@github.com>2024-02-08 00:03:32 +0100
commita46338bd6a183f17a292ea578ee69ff15ea6723f (patch)
tree3dd0e5306de1faa0ba19ec3cedcfab166539122e
parentd3dad114e60cb45bb04f2088a68ebd16cf6837df (diff)
fix(docs): typo in 01.md
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index c1e3748..905e45f 100644
--- a/01.md
+++ b/01.md
@@ -147,7 +147,7 @@ The `limit` property of a filter is only valid for the initial query and MUST be
147 147
148### From relay to client: sending events and notices 148### From relay to client: sending events and notices
149 149
150Relays can send 4 types of messages, which must also be JSON arrays, according to the following patterns: 150Relays can send 5 types of messages, which must also be JSON arrays, according to the following patterns:
151 151
152 * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients. 152 * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients.
153 * `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message. 153 * `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message.