From 37acdc3899eb49f08a7be961e5293496937cb0a9 Mon Sep 17 00:00:00 2001 From: Mikkel Laursen Date: Fri, 31 Dec 2021 16:53:51 -0700 Subject: [PATCH] fix(examples): Updated create-react-app README to use correct start command --- examples/create-react-app-typescript/README.md | 4 ++-- examples/create-react-app/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/create-react-app-typescript/README.md b/examples/create-react-app-typescript/README.md index 4e362dcd58..83f3c330e4 100644 --- a/examples/create-react-app-typescript/README.md +++ b/examples/create-react-app-typescript/README.md @@ -25,10 +25,10 @@ Install it and run: ```sh npm install -npm run dev +npm run start # or yarn -yarn dev +yarn start ``` Finally, initialize the git repo and create your first commit: diff --git a/examples/create-react-app/README.md b/examples/create-react-app/README.md index 01b8c593fe..26ebd277cc 100644 --- a/examples/create-react-app/README.md +++ b/examples/create-react-app/README.md @@ -25,10 +25,10 @@ Install it and run: ```sh npm install -npm run dev +npm run start # or yarn -yarn dev +yarn start ``` Finally, initialize the git repo and create your first commit: