From fa95959bcc5e7ddac0cdf60b82c1480ebf3a064d Mon Sep 17 00:00:00 2001 From: Izabella Baer Date: Wed, 4 Oct 2017 16:23:12 -0700 Subject: [PATCH] fixed the installation command to actually make sense and work --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cd5e9f..5b41e39 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Nodejs script to download a udemy.com course (videos only), for personal offline ### Installation ``` -npm install udemy-dl -g +npm install -g udemy-dl ``` ### Version -**0.0.1** +**0.0.1** ### Usage @@ -54,4 +54,3 @@ Options: - *(8/12/2017)* added option to select resolution. - *(8/12/2017)* added new download statistics data. -