Skip to content

Commit

Permalink
docs: npm start command (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Dec 7, 2022
1 parent e6b3652 commit 9d35116
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/basic-ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-multi-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-single-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/with-react-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/with-trpc-react-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`
2 changes: 1 addition & 1 deletion examples/react/with-trpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
To run this example:

- `npm install` or `yarn`
- `yarn start` or `yarn start`
- `npm start` or `yarn start`

0 comments on commit 9d35116

Please sign in to comment.