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.