From c581ca35e4c02d4cf0b0d170e87f6954eb3f7c02 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Thu, 27 Jun 2024 14:12:40 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c183e94..1a1e1c9 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ Clone the repository in your local environment and follow the steps below: 3) Start the tutorial/exercises by running the following command from the root of the project: ```bash -$ npm i jest@29.7.0 -g -$ learnpack plugins:install learnpack-react +$ npm i @learnpack/learnpack -g $ learnpack start ```