From 6a3849971f96d1742471c5a2019a88afdf1ff49d Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 11 Oct 2020 12:21:10 +0800 Subject: [PATCH] Repair syntax `npm i` for installing a Node package; not `npm -i` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfeb3b9..5a951046 100644 --- a/README.md +++ b/README.md @@ -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