docs(readme): update reference to latest version (#901)

This commit is contained in:
João Carmona 2017-02-13 16:02:12 +01:00 committed by Yiyu He
parent 8b2dbf6ba0
commit 18dbf5f59c

View file

@ -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: