Skip to content

Commit

Permalink
fix: update contribute docs with correct cli example
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarghyadas committed Jan 14, 2025
1 parent 4139f83 commit d1fbff6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ published: true
<TabsContent value="cli">

```bash
npx magicui-cli add example-component
npx shadcn@latest add "https://magicui.design/r/example-component"
```

</TabsContent>
Expand All @@ -136,16 +136,12 @@ npx magicui-cli add example-component

<ComponentSource name="example-component" />

<Step>Update the import paths to match your project setup.</Step>

</Steps>

</TabsContent>

</Tabs>

<ComponentSource name="example-component" />

## Props

| Prop | Type | Description | Default |
Expand Down

0 comments on commit d1fbff6

Please sign in to comment.