Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaelIsaev committed Jan 21, 2020
1 parent 7d7b7c2 commit 258db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ As you may see in every handler you always have `client` object. This object con
- `sockets` - original socket connection of the client
- `exchangeMode` - client's observer exchange mode

**conformanses**
**conformance**
- `Sendable` - so you can use `.send(...)`
- `Subscribable` - so you can use `.subscribe(...)`, `.unsubscribe(...)`
- `Disconnectable` - so you can call `.disconnect()` to disconnect that user
Expand Down

0 comments on commit 258db0e

Please sign in to comment.