Skip to content

Commit bbd0512

Browse files
committed
Add installation to readme
1 parent 1f7f580 commit bbd0512

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ A data driver router for [Phel](https://phel-lang.org/).
66
* Inspired by [retit](https://github.com/metosin/reitit)
77
* Fast
88

9+
## Installation
10+
11+
```bash
12+
composer require phel-lang/router
13+
```
14+
915
## Route syntax
1016

1117
Routes are defined as vectors. The first element is the path of the route. This element is followed an optional map for route data and an optional vector of child routes. The paths of a route can have path parameters.

0 commit comments

Comments
 (0)