Skip to content

Commit

Permalink
docs: fix node quickly install with nvm (#1760)
Browse files Browse the repository at this point in the history
update `nvm install  7 ` to `nvm install 12`
  • Loading branch information
Songkunda committed May 17, 2023
1 parent 632a803 commit dbf4b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
You can quickly install a supported version of Node with your favorite version manager:

```bash
$ nvm install 7
$ nvm install 12
$ npm i koa
$ node my-koa-app.js
```
Expand Down

0 comments on commit dbf4b8f

Please sign in to comment.