Merge pull request #141 from yosssi/fix-docs-api-index-md

Fixed the link url to the list of middlewares on docs/api/index.md.
master
TJ Holowaychuk 2013-12-24 05:31:24 -08:00
commit 93c4a56d2d
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=