Skip to content

Commit

Permalink
Fix missing semicolon in readme (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimah79 committed Apr 1, 2024
1 parent 87a5d32 commit 97e154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $connectionFactory = new Rfc6455ConnectionFactory(

$connector = new Rfc6455Connector($connectionFactory);

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

Expand Down

0 comments on commit 97e154b

Please sign in to comment.