Skip to content

Commit f65b99d

Browse files
committed
misspell
1 parent 32342fa commit f65b99d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.es.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](http
2020
### Aprenderás los siguientes conceptos:
2121

2222
1. a familiarizarte con la mayoría de las etiquetas HTML más populares.
23+
2324
2. a usar las etiquetas/tags juntas para crear un sitio web HTML simple.
25+
2426
3. Vinculación de sitios web mediante anclajes/anchors con rutas relativas o absolutas.
27+
2528
4. La etiqueta HTML de audio y video.
2629

2730
#### Antes de empezar... otros tutoriales relacionados
@@ -38,7 +41,7 @@ Por [@alesanchezr](https://twitter.com/alesanchezr) y [otros colaboradores](http
3841

3942
## Instalación manual
4043

41-
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 12+:
44+
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+:
4245

4346
```
4447
$ npm i learnpack -g
@@ -61,7 +64,7 @@ $ npm i [email protected] -g
6164
$ learnpack start
6265
```
6366

64-
Nota: Estos ejercicios son autograduados. Los tests son muy rígidos y estrictos, mi recomendación es que ignores los tests y usarlas solo como una recomendación o puedes frustrarte.
67+
Nota: Estos ejercicios tienen calificación automática. Los tests son muy rígidos y estrictos, mi recomendación es que ignores los tests y los uses solo como una recomendación o puedes frustrarte.
6568

6669
<p align="center">
6770
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
@@ -80,7 +83,9 @@ Cada ejercicio es una pequeña aplicación de react que contiene los siguientes
8083
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
8184

8285
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (codificador) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 🤓 (tutorial de compilación) ✅ (documentación) 📖
86+
8387
2. [David Hay (haydavid23)](https://github.com/haydavid23), contribución: (tests) ⚠️
88+
8489
3. [Daniel Machota (@d4rkm0nst3r)](https://github.com/d4rkm0nst3r), contribución: (build-tutorial) ✅, Traducción 🌍
8590

8691
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ Complete selection of autograded html exercises, anyone interested in learning H
1717
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any question. You'll be learning the following concepts:
1818

1919
1. Get familiar with most of the most popular HTML Tags.
20+
2021
2. Using the tags together to create a simple HTML Website.
22+
2123
3. Linking websites together using Anchors with Relative or Absolute paths.
24+
2225
4. The HTML audio and video tag.
2326

2427
#### Before we start... other related tutorials
@@ -35,7 +38,7 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really
3538

3639
## Manual installation
3740

38-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
41+
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
3942

4043
```
4144
$ npm i learnpack -g
@@ -76,8 +79,10 @@ Each exercise is a small react application containing the following files:
7679

7780
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
7881

79-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
82+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) ✅ (documentation) 📖
83+
8084
2. [David Hay (haydavid23)](https://github.com/haydavid23), contribution: (test) ⚠️
85+
8186
3. [Daniel Machota (@d4rkm0nst3r)](https://github.com/d4rkm0nst3r), contribution: (build-tutorial) ✅, Translation 🌍
8287

8388
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!

0 commit comments

Comments
 (0)