Skip to content

Commit 3803477

Browse files
authored
Update README.md
1 parent 5bf79bb commit 3803477

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
@@ -103,7 +103,7 @@ Node.ul(
103103
books.map { book in
104104
.li(
105105
.a(
106-
.href(appRoute.path(for: .book(id: book.id))),
106+
.href(appRouter.path(for: .book(id: book.id))),
107107
book.title
108108
)
109109
)

0 commit comments

Comments
 (0)