From ef74a33d854b71bfe1ebbd7a2e96fe6735d1a231 Mon Sep 17 00:00:00 2001 From: Nemanja Mijailovic Date: Sat, 17 Aug 2024 21:34:02 +0200 Subject: [PATCH] Fix instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 053fa18..dcba037 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ $ dotnet run --username $USERNAME --password $PASSWORD 1362411941 MIDNIGHT — Complete and Total Hell # Download the album with the specified ID -$ dotnet run --username $USERNAME --password $PASSWORD --album 3049477697 +$ dotnet run download --username $USERNAME --password $PASSWORD --album 3049477697 ```