Skip to content

Commit a32bc4c

Browse files
Merge pull request #50 from Lorenagubaira/bootstrap-exercises-tutorial
notes
2 parents b23961c + 55d3e65 commit a32bc4c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.es.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ $ npm i [email protected] -g
6767
$ learnpack start
6868
```
6969

70-
Nota: Los ejercicios son autograduados pero 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 pueden frustrarte.
71-
7270
<!-- endhide -->
7371

7472
## ¿Cómo están organizados los ejercicios?
@@ -79,6 +77,8 @@ Cada ejercicio es una pequeña aplicación de react que contiene los siguientes
7977
2. **README.md:** Contiene las instrucciones de los ejercicios.
8078
3. **test.js:** No tienes que abrir este archivo, contiene el script del test para el ejercicio.
8179

80+
> Nota: Los ejercicios son autograduados pero 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 pueden frustrarte.
81+
8282
## Colaboradores
8383

8484
Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ learnpack download bootstrap-exercises-tutorial
5757
$ cd bootstrap-exercises-tutorial
5858
```
5959

60-
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
60+
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
6161
6262
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
6363

@@ -66,7 +66,6 @@ $ npm i [email protected] -g
6666
$ learnpack start
6767
```
6868

69-
Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
7069

7170
<!-- endhide -->
7271

@@ -78,6 +77,8 @@ Each exercise is a small react application containing the following files:
7877
2. **README.md:** contains exercise instructions.
7978
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
8079

80+
> Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
81+
8182
## Contributors
8283

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

0 commit comments

Comments
 (0)