diff --git a/README.md b/README.md index 8f70402..a05ca3c 100644 --- a/README.md +++ b/README.md @@ -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"],