Skip to content

Commit

Permalink
πŸ“ update README
Browse files Browse the repository at this point in the history
  • Loading branch information
oskvr37 committed Jul 27, 2024
1 parent 86513d4 commit 5b73e9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ After authentication - when your token is ready - you can start downloading trac
You can also use TIDDL as module, it's fully typed so you will get type hints

```python
from tiddl import TidalApi
from tiddl import TidalApi, Config

config = Config()

api = TidalApi(
config["token"],
Expand Down

0 comments on commit 5b73e9c

Please sign in to comment.