Skip to content

Commit 417f3a7

Browse files
tylermcginnisgaearon
authored andcommitted
Typos and clean up 💪🏻 (facebook#64)
1 parent cc9b01d commit 417f3a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: ‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install it once globally:
1717
npm install -g create-react-app
1818
```
1919

20-
**You’ll need to have Node >= 4 on your machine**. We recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage. You can use [n](https://github.com/creationix/nvm#usage) to easily switch the Node versions between different projects.
20+
**You’ll need to have Node >= 4 on your machine**. We recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage. You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects.
2121

2222
**This tool doesn’t assume a Node backend**. The Node installation is only required for the build tools that rely on it locally, such as Webpack and Babel. The output folder includes an `index.html`, a minified JavaScript bundle, and bundled images and styles, so you can host them anywhere you like.
2323

@@ -54,7 +54,7 @@ Once the installation is done, you can run some commands inside the project fold
5454

5555
### `npm start`
5656

57-
Runs the app in the development mode.<br>
57+
Runs the app in development mode.<br>
5858
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
5959

6060
The page will reload if you make edits.<br>
@@ -74,7 +74,7 @@ Your app is ready to be deployed!
7474

7575
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
7676

77-
Instead, it will copy all the configuration files and the transient dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
77+
Instead, it will copy all the configuration files and the transient dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own.
7878

7979
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
8080

0 commit comments

Comments
 (0)