Skip to content

Commit b47da5b

Browse files
authored
Fix README typo (#30)
1 parent d68e169 commit b47da5b

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
@@ -57,7 +57,7 @@ let appRouter = OneOf {
5757
}
5858

5959
// GET /books/:id
60-
Route(.case(AppRoute.books(id:))) {
60+
Route(.case(AppRoute.book(id:))) {
6161
Path { "books"; Digits() }
6262
}
6363

0 commit comments

Comments
 (0)