diff --git a/README.md b/README.md index 4aa65ea2..87b3cf33 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A friendly data-driven router for Clojure(Script). * [Ring-router](https://metosin.github.io/reitit/ring.html) with data-driven [middleware](https://metosin.github.io/reitit/ring/compiling_middleware.html) * [Pluggable coercion](https://metosin.github.io/reitit/ring/parameter_coercion.html) ([clojure.spec](https://clojure.org/about/spec)) * Extendable -* Fast +* [Fast](https://metosin.github.io/reitit/performance.html) See [Issues](https://github.com/metosin/reitit/issues) for roadmap. diff --git a/doc/README.md b/doc/README.md index 9be63ffe..be8fbe33 100644 --- a/doc/README.md +++ b/doc/README.md @@ -9,7 +9,7 @@ * [Pluggable coercion](./ring/parameter_coercion.md) ([clojure.spec](https://clojure.org/about/spec)) * supports both [Middleware](./ring/compiling_middleware.md) & Interceptors * Extendable -* Fast +* [Fast](performance.md) To use Reitit, add the following dependecy to your project: