add link to perf

This commit is contained in:
Tommi Reiman 2017-11-01 10:17:57 +02:00
parent 812ecbb993
commit 2d7ba58424
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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: