diff --git a/README.md b/README.md index 7470ef15d81..93020c1a7fb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If something doesn’t work, please [file an issue](https://github.com/facebook/ ## Quick Overview ```sh -npx create-react-app my-app +npx create-react-app my-app --use-npm cd my-app npm start ```