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

This commit is contained in:
yosssi 2013-12-24 21:13:42 +09:00
parent b56531f75d
commit b047805f9e

View file

@ -126,7 +126,7 @@ http.createServer(app.callback()).listen(3001);
## app.use(function) ## 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. more information.
## app.keys= ## app.keys=