From c071848d5649b4805fa9a000a15f605d5e03044d Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Tue, 23 Aug 2022 15:47:38 +0200 Subject: [PATCH] docs: fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e390859..5d75cb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spotifyctl -**spotifyctl** is a python module/API with which you can query and control the _ +**spotifyctl** is a python module/API with which you can query and control the Spotify executable on linux. It works by talking to Spotify via dbus, letting you control the current playback @@ -52,7 +52,7 @@ spotifyctl.player_get_track_metadata() # } ``` -Have a look at [the complete API documentation](https://docs.skyforest.net/spotifyctl/index.html) _ +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.