Skip to content

Commit

Permalink
docs: drop the -D installation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 30, 2024
1 parent 26f66c8 commit 5af6bb5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/931e6a3461434622adad0557579c

## Installation

Install `carbon-icons-svelte` as a development dependency.

```sh
# npm
npm i -D carbon-icons-svelte
npm i carbon-icons-svelte

# pnpm
pnpm i -D carbon-icons-svelte
pnpm i carbon-icons-svelte

# Yarn
yarn add -D carbon-icons-svelte
yarn add carbon-icons-svelte

# Bun
bun add -D carbon-icons-svelte
bun add carbon-icons-svelte
```

## Usage
Expand Down

0 comments on commit 5af6bb5

Please sign in to comment.