docs(readme): update reference to latest version (#901)
This commit is contained in:
parent
8b2dbf6ba0
commit
18dbf5f59c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $ npm install koa
|
||||||
You can install it with semver:
|
You can install it with semver:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install koa@2
|
npm install koa@next
|
||||||
```
|
```
|
||||||
|
|
||||||
In this new version, the middleware function signature changes to adopt async/await:
|
In this new version, the middleware function signature changes to adopt async/await:
|
||||||
|
|
Loading…
Reference in a new issue