Skip to content

Commit 98caf0c

Browse files
committed
fix(www): fix install commands
1 parent ba20c53 commit 98caf0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/www/content/docs/components/markdown-renderer.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The MarkdownRenderer component provides a consistent way to render Markdown cont
3232
<TabsContent value="cli">
3333

3434
```bash
35-
npx shadcn@latest add markdown-renderer
35+
npx shadcn@latest add https://shadcn-chatbot-kit.vercel.app/r/markdown-renderer.json
3636
```
3737

3838
</TabsContent>

apps/www/content/docs/components/typing-indicator.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A minimal and elegant typing indicator component that shows three animated dots
2424
<TabsContent value="cli">
2525

2626
```bash
27-
npx shadcn@latest add typing-indicator
27+
npx shadcn@latest add https://shadcn-chatbot-kit.vercel.app/r/typing-indicator.json
2828
```
2929

3030
</TabsContent>

0 commit comments

Comments
 (0)