Skip to content

Commit 8149ea3

Browse files
author
Johann Saunier
committed
Update README.md
Fix docs
1 parent dc70675 commit 8149ea3

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
@@ -14,7 +14,7 @@ Supported functions:
1414
```php
1515
use Gos\Component\WebSocketClient\Wamp\Client;
1616

17-
$client = new Client('http://localhost:8080');
17+
$client = new Client($host, $port);
1818
$sessionId = $client->connect();
1919

2020
//establish a prefix on server

0 commit comments

Comments
 (0)