From fd95978d8df23bbc9f84eae60faa2ada0de2ef18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charly=20Chac=C3=B3n?= <107764250+Charlytoc@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:10:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdcd2d9f..10770f10 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ $ 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 +$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g $ learnpack start ```