From deaf463bb434d1d3b92d88fbc073f6ef1127bafd Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 1 Feb 2018 16:32:07 +0200 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c39f90..e307c1d1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ A friendly data-driven router for Clojure(Script). * Modular * [Fast](https://metosin.github.io/reitit/performance.html) -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](https://metosin.github.io/reitit/ring/ring.html) with [data-driven middleware](https://metosin.github.io/reitit/ring/data_driven_middleware.html) +* http-router with Pedestal-style Interceptors (WIP) +* cljs-router with Keechma-style Controllers (WIP) See the [full documentation](https://metosin.github.io/reitit/) for details.