mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Repair syntax
`npm i` for installing a Node package; not `npm -i`
This commit is contained in:
parent
add1a7638f
commit
6a3849971f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Install `carbon-components-svelte` as a development dependency.
|
||||||
```bash
|
```bash
|
||||||
yarn add -D carbon-components-svelte
|
yarn add -D carbon-components-svelte
|
||||||
# OR
|
# OR
|
||||||
npm -i -D carbon-components-svelte
|
npm i -D carbon-components-svelte
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue