Skip to content

Commit

Permalink
fix: update CLI command to init shadcn (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 8, 2024
1 parent cd28b1c commit 2dc887b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ui/shadcn-ui/AssistantModal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A chat bubble shown in the bottom right corner of the screen. Useful for support
### Initialize `shadcn-ui`

```sh
npx shadcn-ui@latest init
npx shadcn@latest init
```

</Step>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ui/shadcn-ui/AssistantSidebar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A chat sidebar show on the right side of the screen. Useful for co-pilot use cas
### Initialize `shadcn-ui`

```sh
npx shadcn-ui@latest init
npx shadcn@latest init
```

</Step>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ui/shadcn-ui/Thread.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The raw message list and message composer UI. Useful for full screen chat use ca
### Initialize `shadcn-ui`

```sh
npx shadcn-ui@latest init
npx shadcn@latest init
```

</Step>
Expand Down

0 comments on commit 2dc887b

Please sign in to comment.