diff --git a/guide/english/react/installation/index.md b/guide/english/react/installation/index.md index b0fffa3143..5868f6ebeb 100644 --- a/guide/english/react/installation/index.md +++ b/guide/english/react/installation/index.md @@ -10,8 +10,7 @@ You could just embed the React library in your webpage like so2: Smart programmers want to take the more practical and productive way: [Create React App](https://github.com/facebookincubator/create-react-app) ```bash -npm install -g create-react-app -create-react-app my-app +npx create-react-app my-app cd my-app npm start