Skip to content

Commit 30b0b39

Browse files
authored
Fixed typos at README
1 parent 7fe18c7 commit 30b0b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# notes
1+
# Notes
22

3-
A react app for handling notes. This app uses redux to handle the state and react-router to retrieve a part of the global state given an URL. In order to run this app, it is needed nodeJS installed locally.
3+
A react app for handling notes. This app uses redux to handle the state and react-router to retrieve a part of the global state given an URL. This app requires nodeJS installed locally.
44

55
## Installation
66

@@ -15,7 +15,7 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see the notes app.
1515

1616
## Test
1717

18-
If the app has been correctly installed (e.g. see above step). Please type the following command:
18+
If the app has been installed correctly (e.g. see above step), you can type the following command:
1919

2020
```
2121
npm test

0 commit comments

Comments
 (0)