From bcc6b3b504e0a4a05f8d5a9d5a40377b9d4ae11d Mon Sep 17 00:00:00 2001 From: Mattia Righetti Date: Thu, 24 Dec 2020 21:45:40 +0100 Subject: [PATCH] Fixed typo in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ad929..50c43ac 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,6 @@ You can specify how many parallel downloads you want by using the `-p` command f This command will download 5 meetings concurrently -`$ webex-dl -tf ticket.txt -f links.txt -p 5` \ No newline at end of file +```sh +$ teams-dl -tf ticket.txt -f links.txt -p 5 +``` \ No newline at end of file