Skip to content

Commit 37acdc3

Browse files
committed
fix(examples): Updated create-react-app README to use correct start command
1 parent 60fcd71 commit 37acdc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/create-react-app-typescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Install it and run:
2525

2626
```sh
2727
npm install
28-
npm run dev
28+
npm run start
2929
# or
3030
yarn
31-
yarn dev
31+
yarn start
3232
```
3333

3434
Finally, initialize the git repo and create your first commit:

examples/create-react-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Install it and run:
2525

2626
```sh
2727
npm install
28-
npm run dev
28+
npm run start
2929
# or
3030
yarn
31-
yarn dev
31+
yarn start
3232
```
3333

3434
Finally, initialize the git repo and create your first commit:

0 commit comments

Comments
 (0)