Update README.md

This commit is contained in:
scott-silver 2020-12-27 10:31:48 -08:00 committed by GitHub
parent 8be1b16cc7
commit d663342fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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