Fixed the link url to the list of middlewares on docs/api/index.md.

master
yosssi 2013-12-24 21:13:42 +09:00
parent b56531f75d
commit b047805f9e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ http.createServer(app.callback()).listen(3001);
## app.use(function)
Add the given middleware function to this application. See [Middleware](#middleware) for
Add the given middleware function to this application. See [Middleware](https://github.com/koajs/koa/wiki#middleware) for
more information.
## app.keys=