Skip to content

Commit

Permalink
doc(readme): introduce malli as coercion option
Browse files Browse the repository at this point in the history
  • Loading branch information
kkharji committed Dec 24, 2021
1 parent 7c74c8b commit 9cec7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9cec7b8

Please sign in to comment.