Skip to content

Commit 48f7b17

Browse files
authored
Update README.md
1 parent 2a83465 commit 48f7b17

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
@@ -81,7 +81,7 @@ await server.appendHandler(for: "GET *", handler: .proxy(via: "https://httpstat.
8181
Routes can include wildcards which can be pattern matched against paths:
8282

8383
```swift
84-
let HTTPRoute(string: "/hello/*/world")
84+
let HTTPRoute("/hello/*/world")
8585

8686
route ~= "/hello/fish/world" // true
8787
route ~= "GET /hello/fish/world" // true

0 commit comments

Comments
 (0)