Skip to content

Commit be2f8d8

Browse files
authored
Release 0.2.0 (#26)
* Improve readme * Release 0.2.0
1 parent d56495e commit be2f8d8

File tree

3 files changed

+178
-173
lines changed

3 files changed

+178
-173
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ All methods in `RoomApi` may raise one of the exceptions deriving from `jellyfis
5353

5454
#### Notifier
5555

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+
5660
Create `Notifier` instance
5761
```python
5862
from jellyfish import Notifier
@@ -99,7 +103,7 @@ poetry run ci_test
99103
```
100104

101105
In local development you can use
102-
```
106+
```console
103107
poetry run local_test
104108
```
105109

0 commit comments

Comments
 (0)