From ab67ecbbe92f8364b96d406184d7c22aab051fda Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Wed, 18 Jul 2012 09:28:09 -0400 Subject: [PATCH] README Added composer autoloader to example --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)