We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a5d32 commit 97e154bCopy full SHA for 97e154b
README.md
@@ -73,7 +73,7 @@ $connectionFactory = new Rfc6455ConnectionFactory(
73
74
$connector = new Rfc6455Connector($connectionFactory);
75
76
-$handshake = new WebsocketHandshake('wss://example.com/websocket')
+$handshake = new WebsocketHandshake('wss://example.com/websocket');
77
$connection = $connector->connect($handshake);
78
```
79
0 commit comments