From 4fad62982d18ca799364076c4f0861a2a9200d3b Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 9 Oct 2021 16:02:10 +0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e552e20..09af99e 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,16 @@ cd syair-lyrics-fetch chmod +x *.sh ``` -### For a specific song - fetch-lyrics.sh - Run the script with song name as arugment +### For a specific song - fetch-lyrics.sh +Run the script with song name as arugment eg: ``` ./fetch-lyrics.sh "Not a Damn Thing Changed" ``` -### For all songs - fetch-lyrics-all.sh - Run and watch it fetch lyrics and place them in Retro Music dir +### For all songs - fetch-lyrics-all.sh +Run and watch it fetch lyrics and place them in Retro Music dir ``` ./fetch-lyrics-all.sh ```