From b08213c8b01b69af8a3acefdcc5c9f6af4b83e79 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 12 Nov 2017 01:15:32 +0100 Subject: [PATCH] Fix example usage description in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bfa8fb..dfd2880 100755 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ optional arguments: For example -- We want to download Hello by Adele, simply run `python3 spotdl.py --song "alan walker fade"`. +- We want to download Fade by Alan Walker, simply run `python3 spotdl.py --song "alan walker fade"`. - The script will automatically look for the best matching song and download it in the folder `Music/` placed in the root directory of the code base.