Skip to content

Commit 152e44f

Browse files
authored
Update README.md
1 parent f828269 commit 152e44f

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,43 +25,39 @@ Hi! I'm Alejandro Sanchez @alesanchezr, really excited to have you here! 🎉
2525
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a></li>
2626
<li><a href="https://github.com/4GeeksAcademy/html-forms-tutorial-exercises">Learn HTML Forms</a></li>
2727
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a></li>
28-
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a>← 🔥 your are here now</li>
29-
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
28+
<li><a href="https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises">Learn CSS Layouts</a></li>
29+
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a>← 🔥 You are here now</li>
3030
</ol>
3131
Complete selection of autograded CSS exercises, anyone interested in learning CSS!
3232

33-
<p align="center">
34-
<img src="https://raw.githubusercontent.com/4GeeksAcademy/react-exercises/master/preview.gif">
35-
</p>
36-
3733

3834
## One click installation (recommended):
3935

4036
You can open these exercises in just a few seconds by clicking: [Open in Codespaces](https://codespaces.new/?repo=4GeeksAcademy/bootstrap-exercises-tutorial) (recommended) or [Open in Gitpod](https://gitpod.io#https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial.git).
4137

42-
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
38+
> Once you have VSCode open, the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
4339
4440
## Local installation:
4541

46-
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
42+
1. Install LearnPack, the package manager for learning tutorials and the node compiler plugin for LearPack, make sure you also have node.js 14+:
4743

48-
```
44+
```bash
4945
$ npm i learnpack -g
5046
$ learnpack plugins:install learnpack-html
5147
```
5248

53-
2. Download this particular exercises using learnpack and `cd` into the folder:
49+
2. Download these particular exercises using LearnPack and `cd` into the folder:
5450

55-
```
51+
```bash
5652
$ learnpack download bootstrap-exercises-tutorial
5753
$ cd bootstrap-exercises-tutorial
5854
```
5955

60-
> Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
56+
> Note: Once you finish downloading, you will find an "exercises" folder that contains all the exercises within.
6157
62-
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
58+
3. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
6359

64-
```sh
60+
```bash
6561
$ npm i jest@24.8.0 -g
6662
$ learnpack start
6763
```
@@ -71,13 +67,13 @@ $ learnpack start
7167

7268
## How are the exercises organized?
7369

74-
Each exercise is a small react application containing the following files:
70+
Each exercise is a small React application containing the following files:
7571

76-
1. **index.js:** represents the entry file for the entire exercise.
72+
1. **index.html:** represents the entry file for the entire exercise.
7773
2. **README.md:** contains exercise instructions.
7874
3. **test.js:** you don't have to open this file, it contains the testing script for the exercise.
7975

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.
76+
> Note: The exercises have automatic grading, but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion, or you may get frustrated.
8177
8278
## Contributors
8379

0 commit comments

Comments
 (0)