Skip to content

Commit 2186b90

Browse files
authored
Merge pull request #147 from Naresh-Khatri/patch-2
fix(readme): correct install commands
2 parents f2e2c2b + dea01c8 commit 2186b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ npm install vue-codemirror --save
5555

5656
```bash
5757
# CodeMirror languages...
58-
yarn @codemirror/lang-html
59-
yarn @codemirror/lang-json
60-
yarn @codemirror/lang-javascript
58+
yarn add @codemirror/lang-html
59+
yarn add @codemirror/lang-json
60+
yarn add @codemirror/lang-javascript
6161

6262
# CodeMirror themes...
63-
yarn @codemirror/theme-one-dark
63+
yarn add @codemirror/theme-one-dark
6464

6565
# more CodeMirror packages...
6666
```

0 commit comments

Comments
 (0)