Skip to content

Commit c2b11be

Browse files
Apply suggestions from code review
Co-authored-by: James Opstad <[email protected]>
1 parent 9add6f8 commit c2b11be

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+3
-3
lines changed

src/content/docs/workers/framework-guides/web-apps/tanstack.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ In this guide, you will create a new [TanStack Start](https://tanstack.com/start
2020

2121
## 1. Set up a new project
2222

23-
Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate TanStack's official setup tool, and provide the option to deploy instantly.
23+
Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate TanStack Start's official setup tool, and provide the option to deploy instantly.
2424

2525
To use `create-cloudflare` to create a new TanStack Start project with Workers Assets, run the following command:
2626

2727
<PackageManagers
2828
type="create"
2929
pkg="cloudflare@latest"
30-
args="my-tanstack-app --framework=tanstack"
30+
args="my-tanstack-start-app --framework=tanstack-start"
3131
/>
3232

3333
After setting up your project, change your directory by running the following command:
3434

3535
```sh
36-
cd my-tanstack-app
36+
cd my-tanstack-start-app
3737
```
3838

3939
## 2. Develop locally

0 commit comments

Comments
 (0)