From 60e9163e91cfe682e675a180b0659f2b4da6cb61 Mon Sep 17 00:00:00 2001 From: eximus Date: Thu, 15 Nov 2018 11:57:27 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bef00..4d2056f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you would like to use the same videos but offline, simply download them using ``` while read -r link; do wget "$link" -done < file_that_you_want_to_download +done < playlist_file ``` ### Changing settings in `theme.conf.user`