Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit 50c1359

Browse files
committed
Update Readme.
1 parent d29363a commit 50c1359

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
@@ -37,7 +37,7 @@ $server->send('Hello overtrue.');
3737
```php
3838
use Overtrue\WebSocket\Client;
3939

40-
$client = new Client('127.0.0.1:8000');
40+
$client = new Client('ws://127.0.0.1:8000');
4141

4242
// send
4343
$client->send('Hello overtrue.');

0 commit comments

Comments
 (0)