Skip to content

Commit

Permalink
remove extra paren in readme example (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 authored Dec 2, 2022
1 parent 96e8167 commit be8903e
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 @@ -52,7 +52,7 @@ import URLRouting

let appRouter = OneOf {
// GET /books
Route(.case(AppRoute.books))) {
Route(.case(AppRoute.books)) {
Path { "books" }
}

Expand Down

0 comments on commit be8903e

Please sign in to comment.