diff --git a/README.md b/README.md index 6fc6c3d804..4fbd629ada 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ import URLRouting let appRouter = OneOf { // GET /books - Route(.case(AppRoute.books))) { + Route(.case(AppRoute.books)) { Path { "books" } }