From 2d7ba5842416a8b63a9b55b057e5ce8242affe6a Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Wed, 1 Nov 2017 10:17:57 +0200 Subject: [PATCH] add link to perf --- README.md | 2 +- doc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: