We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56495e commit be2f8d8Copy full SHA for be2f8d8
README.md
@@ -53,6 +53,10 @@ All methods in `RoomApi` may raise one of the exceptions deriving from `jellyfis
53
54
#### Notifier
55
56
+Notifier allows for receiving real-time updates from the Jellyfish Server.
57
+
58
+You can read more about notifications in the [Jellyfish Docs](https://jellyfish-dev.github.io/jellyfish-docs/next/getting_started/notifications).
59
60
Create `Notifier` instance
61
```python
62
from jellyfish import Notifier
@@ -99,7 +103,7 @@ poetry run ci_test
99
103
```
100
104
101
105
In local development you can use
102
-```
106
+```console
107
poetry run local_test
108
109
0 commit comments