diff --git a/README.md b/README.md index 698cf4fc3f210d25fee28c19d2a2a2eacd28b0b8..faa3edd94e5cb4fc09e78b98a337cbf5c7b2b237 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 +npm create-react-app my-app cd my-app npm start ```