From 9cec7b8d8a9e0fd5457f9587781ce869bb742362 Mon Sep 17 00:00:00 2001 From: tami5 Date: Fri, 24 Dec 2021 22:28:48 +0300 Subject: [PATCH] doc(readme): introduce malli as coercion option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf6dbe..7d5242a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ be a wildcard as the example above. valid keys: `:headers, :origin, :methods` #### `:duct.module.reitit/opts` Extra reitit and ring options - - `:coercion`: if this value is nil then coercion won't be used. valid keys `[:data-spec :clojure-spec :schema]` + - `:coercion`: if this value is nil then coercion won't be used. valid keys `[:malli :spec :schema]` - `:environment`: environment variables to be passed to be injected to handlers. - `:middlewares`: global middlewares to be passed to reitit middleware key with the default once.