mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
Merge pull request #1028 from theborakompanioni/patch-1
fix(docs): typo in 01.md
This commit is contained in:
commit
1fd14b7cc9
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