diff --git a/README.md b/README.md index abd8fcf1..24081ef3 100644 --- a/README.md +++ b/README.md @@ -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