Skip to content

Commit 17def2a

Browse files
committed
docs: fix installation example using npm
1 parent a1b1787 commit 17def2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Add `@vue-a11y/dark-mode` in your Vue project.
55

66
### NPM
77
```shell
8-
npm install @vue-a11y/dark-mode
8+
npm install -S @vue-a11y/dark-mode
99
```
1010

1111
### Yarn

0 commit comments

Comments
 (0)