From 9e5e3b5db81bb98a60bf59c9ce00494e4a3714d6 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Thu, 18 Apr 2024 11:32:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f0ed5e..5bdab8e8 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $ learnpack plugins:install learnpack-html 2. Download these particular exercises using learnpack and `cd` into the folder: ```sh -$ learnpack download html-tutorial-exercises-course +$ git clone https://github.com/4GeeksAcademy/html-tutorial-exercises-course $ cd html-tutorial-exercises-course ```