Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Jul 6, 2022
1 parent 5bf79bb commit 3803477
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 @@ -103,7 +103,7 @@ Node.ul(
books.map { book in
.li(
.a(
.href(appRoute.path(for: .book(id: book.id))),
.href(appRouter.path(for: .book(id: book.id))),
book.title
)
)
Expand Down

0 comments on commit 3803477

Please sign in to comment.