Skip to content

Commit 4a7e741

Browse files
authored
Merge pull request #176 from igoralvarez/master
#159 Review 04 Readme, text plus ensure is working fine
2 parents faa150a + 5bcbaaf commit 4a7e741

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hooks/04_Callback/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 04 Callback + State
22

3-
In this example we refactor the previous **03 State** example.
3+
In this example we will refactor the previous **03 State** example.
44

55
We will update the name property only when the user clicks a _change_ button, and we will simplify the prop callback signature.
66

@@ -14,7 +14,7 @@ Obviously, we take the example **03 State** as a starting point.
1414

1515
## Prerequisites
1616

17-
Install [Node.js and npm](https://nodejs.org/en/) (v6.6.0) if they are not already installed on your computer.
17+
Install [Node.js and npm](https://nodejs.org/en/) (v6.6.0 or higher) if they are not already installed on your computer.
1818

1919
> Verify that you are running at least node v6.x.x and npm 3.x.x by running `node -v` and `npm -v` in a terminal/console window. Older versions may produce errors.
2020

0 commit comments

Comments
 (0)