Skip to content

Commit 5dddb28

Browse files
committed
Fix syntax error in example [skip ci]
1 parent 978843f commit 5dddb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To connect to this server, use the following:
4141
use util\cmd\Console;
4242
use websocket\WebSocket;
4343

44-
$s= new WebSocket('ws://localhost:8081/echo';
44+
$s= new WebSocket('ws://localhost:8081/echo');
4545
$s->connect();
4646

4747
$s->send('Hello');

0 commit comments

Comments
 (0)