Skip to content

Commit

Permalink
Typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalt authored Nov 29, 2024
1 parent 9f833af commit 8022f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Nested routes:

```phel
["/api"
["/admin" {:middware [admin-middleware-fn]}
["/admin" {:middleware [admin-middleware-fn]}
["" {:name ::admin}]
["/db" {name ::db}]]
["/ping" {:name ::ping}]]
Expand Down

0 comments on commit 8022f84

Please sign in to comment.