Skip to content

Commit 2cffc07

Browse files
authored
docs: fix readme install desc (#160)
1 parent 6d7295b commit 2cffc07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Follow these steps to contribute, the community needs your strength.
169169
```bash
170170
$ git clone https://github.com/your_github_name/vscode_deno.git
171171
$ cd vscode_deno
172-
$ npm
172+
$ npm i
173173
```
174174

175175
3. Disable extension in Visual Studio Code if you have extension before

README_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ console.log("concat Array", M.concat([1, 2], [2, 3]));
183183
```bash
184184
$ git clone https://github.com/your_github_name/vscode-deno.git
185185
$ cd vscode-deno
186-
$ yarn # or npm install
186+
$ npm i
187187
```
188188

189189
3. 如果你之前已经安装并启用了扩展,请先禁用

0 commit comments

Comments
 (0)