Skip to content

Commit

Permalink
readme: broadcasting -> section
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 30, 2024
1 parent 40719e9 commit 6955e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ export default class ChatChannel
app.registerChannel("chat", new ChatChannel());
```

### Broadcasting

Finally, to **broadcast** messages to connected clients, you must use a broadcaster instance:

```js
Expand Down

0 comments on commit 6955e9d

Please sign in to comment.