Skip to content

Commit

Permalink
Release 0.2.0 (#26)
Browse files Browse the repository at this point in the history
* Improve readme

* Release 0.2.0
  • Loading branch information
roznawsk authored Jan 9, 2024
1 parent d56495e commit be2f8d8
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 173 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ All methods in `RoomApi` may raise one of the exceptions deriving from `jellyfis

#### Notifier

Notifier allows for receiving real-time updates from the Jellyfish Server.

You can read more about notifications in the [Jellyfish Docs](https://jellyfish-dev.github.io/jellyfish-docs/next/getting_started/notifications).

Create `Notifier` instance
```python
from jellyfish import Notifier
Expand Down Expand Up @@ -99,7 +103,7 @@ poetry run ci_test
```

In local development you can use
```
```console
poetry run local_test
```

Expand Down
Loading

0 comments on commit be2f8d8

Please sign in to comment.