Skip to content

Commit be8903e

Browse files
authored
remove extra paren in readme example (#68)
1 parent 96e8167 commit be8903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import URLRouting
5252

5353
let appRouter = OneOf {
5454
// GET /books
55-
Route(.case(AppRoute.books))) {
55+
Route(.case(AppRoute.books)) {
5656
Path { "books" }
5757
}
5858

0 commit comments

Comments
 (0)