From 10867cef228da90fc9e9daf2f97077c433d8725f Mon Sep 17 00:00:00 2001 From: Adrian Calinescu Date: Tue, 21 Apr 2020 18:23:56 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d4684..34137c3 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ $ ./destreamer.sh -i "https://web.microsoftstream.com/video/VIDEO-1" \ Download many videos but read URLs from a file - ```sh -$ ./destreame.sh -f list.txt +$ ./destreamer.sh -f list.txt ``` You can create a `.txt` file containing your video URLs, one video per line. The text file can have any name, followed by the `.txt` extension.