From 838a948dadcb7bcf9253e8c91e7ee92235edab65 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Fri, 28 Jun 2024 17:26:52 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 10770f10..ee2b8026 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,9 @@ Clone the repository in your local environment and follow the steps below: ```sh $ npm i @learnpack/learnpack -g -$ learnpack plugins:install @learnpack/html ``` -2. Download these particular exercises using learnpack and `cd` into the folder: +2. Download this particular exercise and `cd` into the folder: ```sh $ git clone https://github.com/4GeeksAcademy/html-tutorial-exercises-course @@ -67,7 +66,6 @@ $ cd html-tutorial-exercises-course 3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is: ```sh -$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g $ learnpack start ```