diff --git a/README.md b/README.md index 3203015..c5c963e 100644 --- a/README.md +++ b/README.md @@ -52,15 +52,14 @@ spotifyctl.player_get_track_metadata() # } ``` -Have a look at [the complete API documentation](https://docs.skyforest.net/spotifyctl/index.html) -for a more complete list of API calls. - Note that if the Spotify executable is not running, API calls will throw exceptions. +Have a look at [the code](/spotifyctl.py) or [the complete API documentation](#documentation) +for a more complete list of API calls. + ## Documentation -The API documentation is [hosted here](https://docs.skyforest.net/spotifyctl/index.html). -To build it yourself, you can install [pdoc](https://pypi.org/project/pdoc/) and run: +To build the docs, install [pdoc](https://pypi.org/project/pdoc/) and run: ```bash mkdir doc