Skip to content

Commit eec481b

Browse files
authored
Update README.es.md
1 parent 27cc49a commit eec481b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
5252
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+:
5353

5454
```bash
55-
$ npm i learnpack -g
56-
$ learnpack plugins:install learnpack-html
55+
$ npm i @learnpack/learnpack -g
56+
$ learnpack plugins:install @learnpack/html
5757
```
5858

5959
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
6868
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6969

7070
```bash
71-
$ npm i jest@24.8.0 -g
71+
$ npm i jest@29.7.0 [email protected].0 -g
7272
$ learnpack start
7373
```
7474

0 commit comments

Comments
 (0)