From eec481b6f1a05755bcfbbba8068ce020d329dd78 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:11:10 -0500 Subject: [PATCH] Update README.es.md --- README.es.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.es.md b/README.es.md index 4c2b37fa..033446fe 100644 --- a/README.es.md +++ b/README.es.md @@ -52,8 +52,8 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos: 1. Instala learnpack, el package manager para tutoriales de aprendizaje y el html compiler plugin para learnpack, asegúrate también de tener node.js 14+: ```bash -$ npm i learnpack -g -$ learnpack plugins:install learnpack-html +$ npm i @learnpack/learnpack -g +$ learnpack plugins:install @learnpack/html ``` 2. Descarga estos ejercicios en particular usando learnpack y luego `cd` para entrar en la carpeta: @@ -68,7 +68,7 @@ $ cd html-tutorial-exercises-course 3. Inicializa 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 +$ npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g $ learnpack start ```