From 4ead4ef611ee8743c3f10f4bea1a65b5af09bf64 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Wed, 9 Aug 2017 10:36:57 +0300 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9953e88..f79aac63 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Named routes (example from [bide](https://github.com/funcool/bide#why-another-ro ; :route-params {:project-uuid "1", :page-uuid "2"}} ``` -Nested routes with meta-data: +Nested routes with [meta-merged](https://github.com/weavejester/meta-merge) meta-data: ```clj (def handler (constantly "ok")) @@ -58,7 +58,7 @@ Nested routes with meta-data: To all Clojure(Script) routing libs out there, expecially to [Ataraxy](https://github.com/weavejester/ataraxy), [Bide](https://github.com/funcool/bide), [Bidi](https://github.com/juxt/bidi), [Compojure](https://github.com/weavejester/compojure) and -[Pedestal Route](https://github.com/pedestal/pedestal/tree/master/route), +[Pedestal](https://github.com/pedestal/pedestal/tree/master/route). ## License