Repair syntax

`npm i` for installing a Node package; not `npm -i`
This commit is contained in:
Zen 2020-10-11 12:21:10 +08:00 committed by GitHub
commit 6a3849971f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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