Skip to content

Commit 97e154b

Browse files
authored
Fix missing semicolon in readme (#50)
1 parent 87a5d32 commit 97e154b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $connectionFactory = new Rfc6455ConnectionFactory(
7373

7474
$connector = new Rfc6455Connector($connectionFactory);
7575

76-
$handshake = new WebsocketHandshake('wss://example.com/websocket')
76+
$handshake = new WebsocketHandshake('wss://example.com/websocket');
7777
$connection = $connector->connect($handshake);
7878
```
7979

0 commit comments

Comments
 (0)