chore: readme
This commit is contained in:
parent
fa245b92e1
commit
fcacb35220
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue