From d663342fbbf2b62db870b034de7bd6feee447a12 Mon Sep 17 00:00:00 2001 From: scott-silver Date: Sun, 27 Dec 2020 10:31:48 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f67d6eb0..bd766883 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ A Ring routing app with input & output coercion using [data-specs](https://githu :handler (fn [{{{:keys [x y]} :query} :parameters}] {:status 200 :body {:total (+ x y)}})}}]] - ;; router data effecting all routes + ;; router data affecting all routes {:data {:coercion reitit.coercion.spec/coercion :middleware [rrc/coerce-exceptions-middleware rrc/coerce-request-middleware