mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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
|
||||
yarn add -D carbon-components-svelte
|
||||
# OR
|
||||
npm -i -D carbon-components-svelte
|
||||
npm i -D carbon-components-svelte
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue