docs: fix typo in README
This commit is contained in:
parent
89975fec88
commit
c071848d56
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# spotifyctl
|
# 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.
|
Spotify executable on linux.
|
||||||
|
|
||||||
It works by talking to Spotify via dbus, letting you control the current playback
|
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.
|
for a more complete list of API calls.
|
||||||
|
|
||||||
Note that if the Spotify executable is not running, API calls will throw exceptions.
|
Note that if the Spotify executable is not running, API calls will throw exceptions.
|
||||||
|
|
Loading…
Add table
Reference in a new issue