From e9d262702989cdb0c0899786d49da9c62beadbca Mon Sep 17 00:00:00 2001 From: Turbosmurfen Date: Thu, 23 Feb 2023 03:00:39 +0000 Subject: [PATCH] only changed spotify song into track --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49f73e3..6a77855 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Use: _/dll pathtospoton\spoton.dll control **command**_ | Command |Description | | --- | --- | -| playpause | Plays or Pause a song. | -| stop | Stops the playing song. | -| replay | Play the song from the beginning. | -| next | Play next Spotify song. | -| previous | Play previous Spotify song. | +| playpause | Plays or Pause the track. | +| stop | Stops the playing track. | +| replay | Play the track from the beginning. | +| next | Play next track. | +| previous | Play previous track. | | forward | Forward the current track. | | rewind | Rewind the current track. | | volup | Increase the volume in Spotify. |