diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index 0b72419d..c9c325b9 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -77,8 +77,7 @@ This setup requires more work but allows you to complete the tutorial using an e 2. Follow the [installation instructions for Create React App](/docs/create-a-new-react-app.html#create-react-app) to make a new project. ```bash -npm install -g create-react-app -create-react-app my-app +npx create-react-app my-app ``` 3. Delete all files in the `src/` folder of the new project