Skip to content

Commit

Permalink
chore: add link to example for nested routers
Browse files Browse the repository at this point in the history
closes #240
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 9bdd6c5 commit 0968902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ app.use(router);

Routes are internally stored in a [Radix Tree](https://en.wikipedia.org/wiki/Radix_tree) and matched using [unjs/radix3](https://github.com/unjs/radix3).

For using nested routers, see [this example](https://stackblitz.com/edit/github-2bmusk?file=app.ts&startScript=dev)

## More app usage examples

```js
Expand Down

0 comments on commit 0968902

Please sign in to comment.