From 7a11f48050dbbcb1902fc3490e0799b4f7705d28 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Tue, 8 Nov 2022 13:39:48 +0100 Subject: [PATCH] docs(readme): update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c963e..7b72db0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ spotifyctl.player_get_track_metadata() 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) +Have a look at `spotifyctl.py` or [build the complete API documentation yourself](#documentation) for a more complete list of API calls. ## Documentation