From fcacb352208115e60fffe145394f904743dfa8c3 Mon Sep 17 00:00:00 2001 From: dead_horse Date: Tue, 19 Jan 2016 11:37:23 +0800 Subject: [PATCH] chore: readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 9c52393..78bc715 100644 --- a/Readme.md +++ b/Readme.md @@ -40,8 +40,8 @@ app.use(async ctx => { ctx.body = user // ctx instead of this }) ``` - To learn more about Koa v2, follow this issue: https://github.com/koajs/koa/issues/533. - To try Koa v2, `npm install koa@2.0.0-alpha.3`. + To learn more about Koa v2, follow [this issue](https://github.com/koajs/koa/issues/533). + To try Koa v2, `npm install koa@next`. ## Community