From 3143be2525ce2fa9e9de6268b10a4c4f0c7cb966 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Sat, 20 Aug 2016 07:56:45 -0500 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aac5d0b0f18..5ceee2a9e63 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ You can also read its latest version [here](https://github.com/facebookincubator **If you’re a power user** and you aren’t happy with the default configuration, you can “eject” from the tool and use it as a boilerplate generator. -Running `npm run eject` copies all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. Commands like `npm start` and `npm run build` will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own. +Running `npm run eject` copies all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc.) right into your project so you have full control over them. Commands like `npm start` and `npm run build` will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own. **Note: this is a one-way operation. Once you `eject`, you can’t go back!**