Skip to content

Commit

Permalink
docs: fix svelte-add command syntax (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeterlol authored May 7, 2024
1 parent 5515015 commit 8b56610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/www/src/content/installation/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: How to setup shadcn-svelte manually.
Use the `svelte-add` CLI to add Tailwind CSS to your project.

```bash
npx svelte-add@latest tailwindcss
npx @svelte-add/tailwindcss@latest
```

### Add dependencies
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/content/installation/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm create svelte@latest my-app
Use the `svelte-add` CLI to add Tailwind CSS to your project.

```bash
npx svelte-add@latest tailwindcss
npx @svelte-add/tailwindcss@latest
```

### Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/content/installation/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: How to setup shadcn-svelte in a Vite project.
Use the `svelte-add` CLI to add Tailwind CSS to your project.

```bash
npx svelte-add@latest tailwindcss
npx @svelte-add/tailwindcss@latest
```

### Install dependencies
Expand Down

0 comments on commit 8b56610

Please sign in to comment.