Skip to content

Commit 267c67b

Browse files
committed
fix(getting-started): update MCP init command to use latest version
1 parent 820b915 commit 267c67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/docs/getting-started/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export default function GettingStartedPage() {
8181
</p>
8282
<div className="bg-muted p-4 rounded-lg">
8383
<CopyCommandButton
84-
command="pnpm dlx shadcn@beta mcp init"
85-
copyCommand="pnpm dlx shadcn@beta mcp init"
84+
command="pnpm dlx shadcn@latest mcp init"
85+
copyCommand="pnpm dlx shadcn@latest mcp init"
8686
/>
8787
</div>
8888
</div>

0 commit comments

Comments
 (0)