From 5769e1ce3d82afb1f199cc94f9ca3eb5fa8bf638 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:11:00 +0200 Subject: [PATCH] Fix interactive playlist examples in the README `interactive-playlist` is a subcommand. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53a7de7..f54c1d9 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ be played next among the 3 closest songs (the number of songs displayed can be set manually): ``` -$ blissify playlist --interactive-playlist --number-choices 5 +$ blissify interactive-playlist --number-choices 5 ``` By default, it crops the current playlist to just keep the currently played @@ -136,7 +136,7 @@ song. If you want to just start from the last song and continue from there, use `--continue`: ``` -$ blissify playlist --interactive-playlist --number-choices 5 --continue +$ blissify interactive-playlist --number-choices 5 --continue ``` # Details