diff --git a/README.md b/README.md index 43954a9..5d54006 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ use Ratchet\ConnectionInterface; use Ratchet\Server\IoServer; use Ratchet\WebSocket\WsServer; + require __DIR__ . '/vendor/autoload.php'; + /** * chat.php * Send any incoming messages to all connected clients (except sender)