mirror of
https://github.com/metosin/reitit.git
synced 2025-12-25 03:08:25 +00:00
Merge pull request #485 from ZaymonFC/patch-1
Mention Malli in introduction under coercion
This commit is contained in:
commit
1ab075bd35
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* Route [conflict resolution](./basics/route_conflicts.md)
|
||||
* First-class [route data](./basics/route_data.md)
|
||||
* Bi-directional routing
|
||||
* [Pluggable coercion](./coercion/coercion.md) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec))
|
||||
* [Pluggable coercion](./coercion/coercion.md) ([schema](https://github.com/plumatic/schema), [clojure.spec](https://clojure.org/about/spec), [malli](https://github.com/metosin/malli))
|
||||
* Helpers for [ring](./ring/ring.md), [http](./http/interceptors.md), [pedestal](./http/pedestal.md) & [frontend](./frontend/basics.md)
|
||||
* Friendly [Error Messages](./basics/error_messages.md)
|
||||
* Extendable
|
||||
|
|
|
|||
Loading…
Reference in a new issue