From ba5bef12263bc28c58781284c0496667fbbdb08f Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Mon, 20 May 2019 20:22:24 +0300 Subject: [PATCH] Update README.md kudos to Keechma for controllers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6948a01a..f73d1331 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Roadmap is mostly written in [issues](https://github.com/metosin/reitit/issues). ## Special thanks * Existing Clojure(Script) routing libs, expecially to -[Ataraxy](https://github.com/weavejester/ataraxy), [Bide](https://github.com/funcool/bide), [Bidi](https://github.com/juxt/bidi), [calfpath](https://github.com/ikitommi/calfpath), [Compojure](https://github.com/weavejester/compojure) and +[Ataraxy](https://github.com/weavejester/ataraxy), [Bide](https://github.com/funcool/bide), [Bidi](https://github.com/juxt/bidi), [calfpath](https://github.com/ikitommi/calfpath), [Compojure](https://github.com/weavejester/compojure), [Keechma](https://keechma.com/) and [Pedestal](https://github.com/pedestal/pedestal/tree/master/route). * [Compojure-api](https://github.com/metosin/compojure-api), [Kekkonen](https://github.com/metosin/kekkonen), [Ring-swagger](https://github.com/metosin/ring-swagger) and [Yada](https://github.com/juxt/yada) and for ideas, coercion & stuff. * [Schema](https://github.com/plumatic/schema) and [clojure.spec](https://clojure.org/about/spec) for the validation part.