From a46338bd6a183f17a292ea578ee69ff15ea6723f Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Thu, 8 Feb 2024 00:03:32 +0100 Subject: [PATCH] fix(docs): typo in 01.md --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ### From relay to client: sending events and notices -Relays can send 4 types of messages, which must also be JSON arrays, according to the following patterns: +Relays can send 5 types of messages, which must also be JSON arrays, according to the following patterns: * `["EVENT", , ]`, used to send events requested by clients. * `["OK", , , ]`, used to indicate acceptance or denial of an `EVENT` message.