mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
fix(docs): typo in 01.md
This commit is contained in:
parent
d3dad114e6
commit
a46338bd6a
2
01.md
2
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
|
### 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.
|
* `["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.
|
* `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user