chore: readme

This commit is contained in:
dead_horse 2016-01-19 11:37:23 +08:00
parent fa245b92e1
commit fcacb35220

View file

@ -40,8 +40,8 @@ app.use(async ctx => {
ctx.body = user // ctx instead of this ctx.body = user // ctx instead of this
}) })
``` ```
To learn more about Koa v2, follow this issue: https://github.com/koajs/koa/issues/533. 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 try Koa v2, `npm install koa@next`.
## Community ## Community