From b651646fa2138914459bdae2592049774d53a10d Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Thu, 27 Jun 2024 13:44:40 -0400 Subject: [PATCH] Update README.es.md --- README.es.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.es.md b/README.es.md index 431fe4e6..67fab156 100644 --- a/README.es.md +++ b/README.es.md @@ -40,13 +40,11 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos: ```bash $ npm i learnpack -g -$ learnpack plugins:install learnpack-node ``` 2. Inicia el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json: ```bash -$ npm i jest@24.8.0 -g $ learnpack start ```