diff --git a/20.md b/20.md index 46ceea60..06e1c420 100644 --- a/20.md +++ b/20.md @@ -15,7 +15,7 @@ Upon connection, and at any point during the connection, the Relay can send a `L Where `limit_properties` includes properties that are specifically designed to change the way Clients communicate. Options are: - `can_write: `, If false, Clients MUST NOT publish events to the relay. -- `can_read: `, If true, Clients MUST NOT send `REQ` commands to the relay. +- `can_read: `, If false, Clients MUST NOT send `REQ` commands to the relay.

- `accepted_event_kinds: [, , ...]`, Clients MUST filter publishing events by these types. - `blocked_event_kinds: [, , ...]`, Clients MUST remove these types from publishing actions.