Skip to content

Commit

Permalink
fix(examples): Updated create-react-app README to use correct start c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
mlaursen committed Dec 31, 2021
1 parent 60fcd71 commit 37acdc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/create-react-app-typescript/README.md
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions examples/create-react-app/README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 37acdc3

Please sign in to comment.