You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# notes
1
+
# Notes
2
2
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.
4
4
5
5
## Installation
6
6
@@ -15,7 +15,7 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see the notes app.
15
15
16
16
## Test
17
17
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:
0 commit comments