Skip to content

Commit 1de9223

Browse files
authored
Update README.md
1 parent c55ba7d commit 1de9223

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ Add the following line to your `Package.swift`
3737
```swift
3838
import ActionCableSwift
3939

40-
/// web socket client
41-
let ws: WSS = .init(stringURL: "ws://localhost:3001/cable")
42-
4340
/// action cable client
4441
let clientOptions: ACClientOptions = .init(debug: false, reconnect: true)
4542
let client: ACClient = .init(stringURL: "ws://localhost:3001/cable", options: clientOptions)

0 commit comments

Comments
 (0)