diff --git a/doc/README.md b/doc/README.md index 8d2568f5..224024ea 100644 --- a/doc/README.md +++ b/doc/README.md @@ -11,7 +11,10 @@ * Modular * [Fast](performance.md) -There are also a separate [Ring-router](https://metosin.github.io/reitit/ring/ring.html) module with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html). +The following higher-level routers are also available as separate modules: +* [ring-router](./ring/ring.md) with [data-driven middleware](./ring/data_driven_middleware.md) +* http-router with Pedestal-style Interceptors (WIP) +* cljs-router with Keechma-style Controllers (WIP) To use Reitit, add the following dependecy to your project: