diff --git a/apps/v4/content/docs/installation/tanstack.mdx b/apps/v4/content/docs/installation/tanstack.mdx index e5f63ee5be..8d6ed917ab 100644 --- a/apps/v4/content/docs/installation/tanstack.mdx +++ b/apps/v4/content/docs/installation/tanstack.mdx @@ -16,13 +16,13 @@ description: Install and configure shadcn/ui for TanStack Start. Run the following command to create a new TanStack Start project with shadcn/ui: ```bash -npx shadcn@latest init -t tanstack +npx shadcn@latest init -t start ``` **For a monorepo project, use `--monorepo` flag:** ```bash -npx shadcn@latest init -t tanstack --monorepo +npx shadcn@latest init -t start --monorepo ``` ### Add Components