Skip to content

Commit 6088374

Browse files
authored
Merge pull request #126 from AurelioGomezRosales/patch-2
Update README.md
2 parents 3ad3e5d + fe9a115 commit 6088374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01 HelloReact/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 01 Hello React
22

3-
In this sample we will create our first react component and connect it with the DOM via react-dom.
3+
In this example we create our first react component and connect it with the DOM via react-dom.
44

5-
We will take a startup point sample _00 Boilerplate_.
5+
We take a startup point sample _00 Boilerplate_.
66

77
Summary steps:
88

@@ -20,7 +20,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (v8.6.0 or newer) if they are
2020
2121
## Steps to build it
2222

23-
- Copy the content of the `00 Boilerplate` folder to an empty folder for the sample.
23+
- Copy the content of the `00 Boilerplate` folder to an empty folder for this example.
2424

2525
- Install the npm packages described in the [./package.json](./package.json) and verify that it works:
2626

0 commit comments

Comments
 (0)