Skip to content

Commit

Permalink
Resolves #22
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 22, 2024
1 parent 72ae0a2 commit 839d7d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/docs/calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
</Tab>
<Tab value="shadcn">
```sh
npx shadcn-ui@latest add https://www.roadmap-ui.com/calendar.json
npx shadcn@latest add https://www.roadmap-ui.com/calendar.json
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/gantt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
</Tab>
<Tab value="shadcn">
```sh
npx shadcn-ui@latest add https://www.roadmap-ui.com/gantt.json
npx shadcn@latest add https://www.roadmap-ui.com/gantt.json
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/kanban.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
</Tab>
<Tab value="shadcn">
```sh
npx shadcn-ui@latest add https://www.roadmap-ui.com/kanban.json
npx shadcn@latest add https://www.roadmap-ui.com/kanban.json
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
</Tab>
<Tab value="shadcn">
```sh
npx shadcn-ui@latest add https://www.roadmap-ui.com/list.json
npx shadcn@latest add https://www.roadmap-ui.com/list.json
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can install Roadmap UI components using the `roadmap-ui` or `shadcn` CLI e.g
</Tab>
<Tab value="shadcn">
```sh
npx shadcn-ui@latest add https://www.roadmap-ui.com/gantt.json
npx shadcn@latest add https://www.roadmap-ui.com/gantt.json
```
</Tab>
</Tabs>
Expand Down
2 changes: 1 addition & 1 deletion content/docs/table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
</Tab>
<Tab value="shadcn">
```sh
npx shadcn-ui@latest add https://www.roadmap-ui.com/table.json
npx shadcn@latest add https://www.roadmap-ui.com/table.json
```
</Tab>
</Tabs>
Expand Down

0 comments on commit 839d7d4

Please sign in to comment.