Merge pull request #1028 from theborakompanioni/patch-1

fix(docs): typo in 01.md
This commit is contained in:
hodlbod 2024-02-07 16:28:26 -08:00 committed by GitHub
commit 1fd14b7cc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
01.md
View File

@ -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", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients.
* `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message.