From cd73f747af6acc111b7a41ad6d68ae6e36766748 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Mon, 19 Feb 2018 22:41:52 +0200 Subject: [PATCH] much --- doc/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/faq.md b/doc/faq.md index 377f40cb..e2b1ebdd 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -12,7 +12,7 @@ Routing and dispatching is in the core of most business apps, so we should have ### How can I contribute? -You can join [#reitit](https://clojurians.slack.com/messages/reitit/) channel in [Clojurians slack](http://clojurians.net/) to discuss things. Known roadmap is mostly written in [issues](https://github.com/metosin/reitit/issues), and many issues are marked already with "Help wanted". +You can join [#reitit](https://clojurians.slack.com/messages/reitit/) channel in [Clojurians slack](http://clojurians.net/) to discuss things. Known roadmap is mostly written in [issues](https://github.com/metosin/reitit/issues). ### How does Reitit differ from Bidi? @@ -48,7 +48,7 @@ Reitit: #### Performance -* Bidi is not optimized for speed and thus, Reitit is [orders of magnitude faster](performance.md) than Bidi. From Bidi source: +* Bidi is not optimized for speed and thus, Reitit is [much faster](performance.md) than Bidi. From Bidi source: ```clj ;; Route compilation was only marginally effective and hard to @@ -139,4 +139,4 @@ Compojure: #### Performance -Reitit is [orders of magnitude faster](performance.md) than Compojure. +Reitit is [much faster](performance.md) than Compojure.