From b2cc0dfe59009d72c9e1db1df5948b44ed57190c Mon Sep 17 00:00:00 2001 From: Ahmed Zougari Date: Sun, 15 Mar 2026 06:00:58 +0000 Subject: [PATCH] fix(docs): update tanstack commands (#10045) --- apps/v4/content/docs/installation/tanstack.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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