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
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Create React apps with no build configuration.
6
6
*[User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
7
7
8
8
Create React App works on macOS, Windows, and Linux.<br>
9
-
If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new).
9
+
If something doesn’t work, please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new).
10
10
11
11
## Quick Overview
12
12
@@ -84,7 +84,7 @@ Once the installation is done, you can run some commands inside the project fold
84
84
Runs the app in development mode.<br>
85
85
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
86
86
87
-
The page will reload if you make edits.<br>
87
+
The page will automatically reload if you make changes to the code.<br>
88
88
You will see the build errors and lint warnings in the console.
0 commit comments