mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
Fix README
This commit is contained in:
parent
33e3658a79
commit
4ead4ef611
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ Named routes (example from [bide](https://github.com/funcool/bide#why-another-ro
|
||||||
; :route-params {:project-uuid "1", :page-uuid "2"}}
|
; :route-params {:project-uuid "1", :page-uuid "2"}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Nested routes with meta-data:
|
Nested routes with [meta-merged](https://github.com/weavejester/meta-merge) meta-data:
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
(def handler (constantly "ok"))
|
(def handler (constantly "ok"))
|
||||||
|
|
@ -58,7 +58,7 @@ Nested routes with meta-data:
|
||||||
|
|
||||||
To all Clojure(Script) routing libs out there, expecially to
|
To all Clojure(Script) routing libs out there, expecially to
|
||||||
[Ataraxy](https://github.com/weavejester/ataraxy), [Bide](https://github.com/funcool/bide), [Bidi](https://github.com/juxt/bidi), [Compojure](https://github.com/weavejester/compojure) and
|
[Ataraxy](https://github.com/weavejester/ataraxy), [Bide](https://github.com/funcool/bide), [Bidi](https://github.com/juxt/bidi), [Compojure](https://github.com/weavejester/compojure) and
|
||||||
[Pedestal Route](https://github.com/pedestal/pedestal/tree/master/route),
|
[Pedestal](https://github.com/pedestal/pedestal/tree/master/route).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue