From 5597594f42c1d0349eec9c777d9ad303fd5475b9 Mon Sep 17 00:00:00 2001 From: Daniele Date: Tue, 3 Mar 2026 17:18:46 +0100 Subject: [PATCH] fix(docs): update input docs --- docs/start/framework/react/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/framework/react/quick-start.md b/docs/start/framework/react/quick-start.md index d16f6683dbf..8511ca35d13 100644 --- a/docs/start/framework/react/quick-start.md +++ b/docs/start/framework/react/quick-start.md @@ -14,7 +14,7 @@ pnpm create @tanstack/start@latest or ``` -npm create @tanstack/start@latest +npx @tanstack/cli create ``` depending on your package manager of choice. You'll be prompted to add things like Tailwind, eslint, and a ton of other options.