Skip to content

Commit 0516d35

Browse files
committed
Fix url in faq
1 parent df8f87c commit 0516d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Usage Docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ Another case where this might happen is if you use namespaces in your socket.io
5050
In the JavaScript client a url that looks like `http://somesocketioserver.com/client` would be done with the `nsp` config.
5151

5252
```swift
53-
let socket = SocketIOClient(socketURL: URL(string: "http://somesocketioserver.com/client")!, config: [.nsp("/client")])
53+
let socket = SocketIOClient(socketURL: URL(string: "http://somesocketioserver.com")!, config: [.nsp("/client")])
5454
```

0 commit comments

Comments
 (0)