From 388f825d4d1b7a5f0fdda08ca69b058b02c9394a Mon Sep 17 00:00:00 2001 From: Zaymon <12402727+ZaymonFC@users.noreply.github.com> Date: Mon, 12 Apr 2021 13:39:15 +1000 Subject: [PATCH] Update README.md --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index cbbac47a..ebffde5a 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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