diff --git a/Readme.md b/Readme.md index c39ad07..42efc02 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ $ npm install koa You can install it with semver: ```bash -npm install koa@2 +npm install koa@next ``` In this new version, the middleware function signature changes to adopt async/await: