We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820b915 commit 267c67bCopy full SHA for 267c67b
app/docs/getting-started/page.tsx
@@ -81,8 +81,8 @@ export default function GettingStartedPage() {
81
</p>
82
<div className="bg-muted p-4 rounded-lg">
83
<CopyCommandButton
84
- command="pnpm dlx shadcn@beta mcp init"
85
- copyCommand="pnpm dlx shadcn@beta mcp init"
+ command="pnpm dlx shadcn@latest mcp init"
+ copyCommand="pnpm dlx shadcn@latest mcp init"
86
/>
87
</div>
88
0 commit comments