Skip to content

Commit d68e169

Browse files
authored
Fixes typo in README (#26)
1 parent 73010ac commit d68e169

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
@@ -94,7 +94,7 @@ func handleDeepLink(url: URL) throws {
9494
This kind of routing is incredibly useful in client side iOS applications, but it can also be used in server-side applications. Even better, it can automatically transform `AppRoute` values back into URL's which is handy for linking to various parts of your website:
9595

9696
```swift
97-
appRoute.path(for: .searchBooks(query: "Blob Bio"))
97+
appRouter.path(for: .searchBooks(query: "Blob Bio"))
9898
// "/books/search?query=Blob%20Bio"
9999
```
100100

0 commit comments

Comments
 (0)