From 18dbf5f59c9f3e487e2b49c6dac483d1bed88974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Carmona?= Date: Mon, 13 Feb 2017 16:02:12 +0100 Subject: [PATCH] docs(readme): update reference to latest version (#901) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: