From fde3079d0e2b43d61a061c7e7efacba3e3c2ee75 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 9 Jan 2024 19:56:57 -0500 Subject: [PATCH] adding command examples --- hws/01_spotify_playlists/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/01_spotify_playlists/README.md b/hws/01_spotify_playlists/README.md index ab33184..7623e24 100644 --- a/hws/01_spotify_playlists/README.md +++ b/hws/01_spotify_playlists/README.md @@ -39,7 +39,7 @@ The first argument is the name of an input file which contains a playlist. The s This command will add a music track (specified by the title) to the end of a playlist. -For example, the following command will add the song Umbrella to the end of the playlist. +For example, the following command will add the song "Umbrella" to the end of the playlist. ```console ./nyplaylists.exe playlist_tiny1.txt library.txt output.txt add "Umbrella" ```