docs: fix typo in README

This commit is contained in:
Julian Lobbes 2022-08-23 15:47:38 +02:00
parent 89975fec88
commit c071848d56

View file

@ -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.