Skip to content

Commit de50955

Browse files
authored
Merge pull request #104 from Nek-/patch-1
Making the readme example work
2 parents b06df34 + e837029 commit de50955

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
@@ -15,7 +15,7 @@ Pawl as a standalone app: Connect to an echo server, send a message, display out
1515

1616
require __DIR__ . '/vendor/autoload.php';
1717

18-
\Ratchet\Client\connect('ws://echo.socketo.me:9000')->then(function($conn) {
18+
\Ratchet\Client\connect('wss://echo.websocket.org:443')->then(function($conn) {
1919
$conn->on('message', function($msg) use ($conn) {
2020
echo "Received: {$msg}\n";
2121
$conn->close();

0 commit comments

Comments
 (0)