From 5754974e76908c8aee61fe985ee783683bf332b1 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 16 May 2019 07:13:46 +0300 Subject: [PATCH] Promote Error Messages on READMEs --- README.md | 1 + doc/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d29eac01..cb9d7fbd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A fast data-driven router for Clojure(Script). * Bi-directional routing * [Pluggable coercion](https://metosin.github.io/reitit/coercion/coercion.html) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) * Helpers for [ring](https://metosin.github.io/reitit/ring/ring.html), [http](https://metosin.github.io/reitit/http/interceptors.html), [pedestal](https://metosin.github.io/reitit/http/pedestal.html) & [frontend](https://metosin.github.io/reitit/frontend/basics.html) +* Friendly [Error Messages](https://metosin.github.io/reitit/basics/error_messages.html) * Extendable * Modular * [Fast](https://metosin.github.io/reitit/performance.html) diff --git a/doc/README.md b/doc/README.md index 1681d5f1..55356d27 100644 --- a/doc/README.md +++ b/doc/README.md @@ -8,6 +8,7 @@ * Bi-directional routing * [Pluggable coercion](./coercion/coercion.md) ([schema](https://github.com/plumatic/schema) & [clojure.spec](https://clojure.org/about/spec)) * 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 * Modular * [Fast](performance.md)