Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Christie <[email protected]>
  • Loading branch information
alex-oleshkevich and tomchristie authored Apr 4, 2024
1 parent 4e0572e commit f1d0cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ and pass it to the `broadcaster` via `backend` argument.

```python
from broadcaster import Broadcaster, BroadcastBackend
class MyBackend(BroadcastBackend): ...

broadcaster = Broadcaster(backend=MyBackend())
class MyBackend(BroadcastBackend):
...

```
broadcaster = Broadcaster(backend=MyBackend())

## Where next?

Expand Down

0 comments on commit f1d0cd9

Please sign in to comment.