Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 15, 2024
1 parent 297ab6f commit e01c68e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/docs/src/content/docs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ import {
1. Install Svelte Cloudinary. We support Svelte v3, v4, v5 (compatibility mode), and SvelteKit!

<Tabs>
<TabItem label="npm">
```bash
npm install svelte-cloudinary -D
```
</TabItem>
<TabItem label="pnpm">
```bash
pnpm add svelte-cloudinary -D
```
</TabItem>
<TabItem label="yarn">
```bash
yarn add svelte-cloudinary
```
</TabItem>
<TabItem label="npm">
```bash
npm install svelte-cloudinary -D
```
</TabItem>
<TabItem label="pnpm">
```bash
pnpm add svelte-cloudinary -D
```
</TabItem>
<TabItem label="yarn">
```bash
yarn add svelte-cloudinary
```
</TabItem>
</Tabs>

2. Configure svelte-cloudinary
Expand Down

0 comments on commit e01c68e

Please sign in to comment.