Commit 6e5e2279 authored by Mohamed Oun's avatar Mohamed Oun Committed by Joe Haddad
Browse files

Improve grammar in README (#3211)

Also, clarify hot reloading a bit.
parent b2c0b3f7
Showing with 2 additions and 2 deletions
+2 -2
...@@ -6,7 +6,7 @@ Create React apps with no build configuration. ...@@ -6,7 +6,7 @@ Create React apps with no build configuration.
* [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. * [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.
Create React App works on macOS, Windows, and Linux.<br> Create React App works on macOS, Windows, and Linux.<br>
If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new). If something doesn’t work, please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new).
## Quick Overview ## Quick Overview
...@@ -84,7 +84,7 @@ Once the installation is done, you can run some commands inside the project fold ...@@ -84,7 +84,7 @@ Once the installation is done, you can run some commands inside the project fold
Runs the app in development mode.<br> Runs the app in development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br> The page will automatically reload if you make changes to the code.<br>
You will see the build errors and lint warnings in the console. You will see the build errors and lint warnings in the console.
<img src='https://camo.githubusercontent.com/41678b3254cf583d3186c365528553c7ada53c6e/687474703a2f2f692e696d6775722e636f6d2f466e4c566677362e706e67' width='600' alt='Build errors'> <img src='https://camo.githubusercontent.com/41678b3254cf583d3186c365528553c7ada53c6e/687474703a2f2f692e696d6775722e636f6d2f466e4c566677362e706e67' width='600' alt='Build errors'>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment