Skip to content

Commit

Permalink
Fix a typo; now types are EVENT, EOSE and NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Apr 11, 2023
1 parent 9d1d701 commit 4b44453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The `limit` property of a filter is only valid for the initial query and can be

### From relay to client: sending events and notices

Relays can send 2 types of messages, which must also be JSON arrays, according to the following patterns:
Relays can send 3 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.
* `["EOSE", <subscription_id>]`, used to indicate the _end of stored events_ and the beginning of events newly received in real-time.
Expand Down

0 comments on commit 4b44453

Please sign in to comment.