Skip to content

Commit

Permalink
Merge pull request #101 from tony3918/master
Browse files Browse the repository at this point in the history
Changes link from koa-router to @koa/router
  • Loading branch information
aheckmann authored Feb 26, 2020
2 parents 91f0a42 + 8d6d4b6 commit b7f940c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Easy, rich and fully validated [koa][] routing.
[co-body]: https://github.com/visionmedia/co-body
[await-busboy]: https://github.com/aheckmann/await-busboy
[joi]: https://github.com/hapijs/joi
[koa-router]: https://github.com/alexmingoia/koa-router
[@koa/router]: https://github.com/koajs/router
[generate API documentation]: https://github.com/a-s-o/koa-docs
[path-to-regexp]: https://github.com/pillarjs/path-to-regexp

Expand All @@ -32,7 +32,7 @@ Easy, rich and fully validated [koa][] routing.
- built in input validation using [joi][]
- built in [output validation](#validating-output) using [joi][]
- built in body parsing using [co-body][] and [await-busboy][]
- built on the great [koa-router][]
- built on the great [@koa/router][]
- [exposed route definitions](#routes) for later analysis
- string path support
- [regexp-like path support](#path-regexps)
Expand Down Expand Up @@ -263,7 +263,7 @@ users.prefix('/user');

Defines middleware for named route parameters. Useful for auto-loading or validation.

_See [koa-router](https://github.com/alexmingoia/koa-router#routerparamparam-middleware--router)_
_See [@koa/router](https://github.com/koajs/router/blob/master/API.md#module_koa-router--Router+param)_

```js
const router = require('koa-joi-router');
Expand Down

0 comments on commit b7f940c

Please sign in to comment.