From dda76fc7f1cf9bd690e08fd6f01d58024b61f877 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Mon, 3 Sep 2018 19:07:44 +0300 Subject: [PATCH] cleanup version --- README.md | 7 ++----- doc/README.md | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 78f23305..a1c972ae 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,6 @@ There is [#reitit](https://clojurians.slack.com/messages/reitit/) in [Clojurians * `reitit-swagger` [Swagger2](https://swagger.io/) apidocs * `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui) * `reitit-frontend` Tools for [frontend routing]((https://metosin.github.io/reitit/frontend/basics.html)) - -Bubblin' under: - * `reitit-http` http-routing with Pedestal-style Interceptors (WIP) * `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors (WIP) @@ -62,10 +59,10 @@ Optionally, the parts can be required separately: [metosin/reitit-swagger "0.2.0-alpha1"] [metosin/reitit-swagger-ui "0.2.0-alpha1"] -;; frontend helpers (alpha) +;; frontend helpers [metosin/reitit-frontend "0.2.0-alpha1"] -;; http with interceptors (alpha) +;; http with interceptors (WIP) [metosin/reitit-http "0.2.0-alpha1"] [metosin/reitit-sieppari "0.2.0-alpha1"] ``` diff --git a/doc/README.md b/doc/README.md index d2d2bb99..331e121b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -23,9 +23,6 @@ Modules: * `reitit-swagger` [Swagger2](https://swagger.io/) apidocs * `reitit-swagger-ui` Integrated [Swagger UI](https://github.com/swagger-api/swagger-ui). * `reitit-frontend` Tools for [frontend routing](frontend/basics.md) - -Bubblin' under: - * `reitit-http` http-routing with Pedestal-style Interceptors (WIP) * `reitit-sieppari` support for [Sieppari](https://github.com/metosin/sieppari) Interceptors (WIP) @@ -54,10 +51,10 @@ Optionally, the parts can be required separately: [metosin/reitit-swagger "0.2.0-alpha1"] [metosin/reitit-swagger-ui "0.2.0-alpha1"] -;; frontend helpers (alpha) +;; frontend helpers [metosin/reitit-frontend "0.2.0-alpha1"] -;; http with interceptors (alpha) +;; http with interceptors (WIP) [metosin/reitit-http "0.2.0-alpha1"] [metosin/reitit-sieppari "0.2.0-alpha1"] ```