Skip to content

Commit de33676

Browse files
committed
docs tweak
1 parent ecb0139 commit de33676

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

echo-control/docs/getting-started/templates.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ a server to make API calls because it handles Oauth directly in the browser.
2525
<Tabs items={['npm', 'yarn', 'pnpm', 'bun']}>
2626
<Tab value="npm">
2727
```sh lineNumbers
28-
npx echo-start@latest --template react --app-id YOUR_ECHO_APP_ID
28+
npx echo-start@latest --template vite --app-id YOUR_ECHO_APP_ID
2929
```
3030
</Tab>
3131
<Tab value="yarn">
3232
```sh lineNumbers
33-
yarn dlx echo-start@latest --template react --app-id YOUR_ECHO_APP_ID
33+
yarn dlx echo-start@latest --template vite --app-id YOUR_ECHO_APP_ID
3434
```
3535
</Tab>
3636
<Tab value="pnpm">
3737
```sh lineNumbers
38-
pnpx echo-start@latest --template react --app-id YOUR_ECHO_APP_ID
38+
pnpx echo-start@latest --template vite --app-id YOUR_ECHO_APP_ID
3939
```
4040
</Tab>
4141
<Tab value="bun">
4242
```sh lineNumbers
43-
bunx echo-start@latest --template react --app-id YOUR_ECHO_APP_ID
43+
bunx echo-start@latest --template vite --app-id YOUR_ECHO_APP_ID
4444
```
4545
</Tab>
4646
</Tabs>

0 commit comments

Comments
 (0)