Skip to content

Commit

Permalink
cleanup version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Sep 3, 2018
1 parent 34f0e24 commit dda76fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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"]
```
Expand Down
7 changes: 2 additions & 5 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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"]
```
Expand Down

0 comments on commit dda76fc

Please sign in to comment.