Skip to content

Commit 1906e53

Browse files
Merge pull request 4GeeksAcademy#120 from josemoracard/jose1-README
fixed text README
2 parents b8484d7 + 21eea01 commit 1906e53

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.es.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
4848
4949
## Instalación manual
5050

51-
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+:
51+
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+:
5252

5353
```bash
5454
$ npm i learnpack -g
5555
$ learnpack plugins:install learnpack-html
5656
```
5757

58-
2. Descarga estos ejercicios en particular usando learnpack y luego `cd` para entrar en la carpeta:
58+
2. Descarga estos ejercicios en particular usando LearnPack y luego `cd` para entrar en la carpeta:
5959

6060
```bash
6161
$ learnpack install css-tutorial-exercises-course
@@ -65,7 +65,7 @@ $ learnpack install css-tutorial-exercises-course
6565
6666
3. Inicializa el tutorial/ejercicios ejecutando el siguiente comando en el mismo nivel donde se encuentra tu archivo learn.json:
6767

68-
```sh
68+
```bash
6969
$ npm i jest@24.8.0 -g
7070
$ learnpack start
7171
```
@@ -94,5 +94,5 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
9494

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

97-
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Curso de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
97+
Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).
9898

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</table>
1414

1515
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 questions.
16-
<!-- endhide -->
1716

1817
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/README.es.md) :es:*
18+
<!-- endhide -->
1919

2020
## You'll be learning the following concepts:
2121

@@ -50,7 +50,7 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
5050
5151
## Manual installation
5252

53-
1) Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
53+
1) Install LearnPack, the package manager for learning tutorials and the HTML compiler plugin for LearnPack, make sure you also have node.js 14+:
5454

5555
```bash
5656
$ npm i learnpack -g
@@ -67,7 +67,7 @@ $ learnpack install css-tutorial-exercises-course
6767
6868
3) Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6969

70-
```sh
70+
```bash
7171
$ npm i jest@24.8.0 -g
7272
$ learnpack start
7373
```
@@ -96,4 +96,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
9696

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

99-
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).
99+
This and many other exercises are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sánchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning).

0 commit comments

Comments
 (0)