diff --git a/README.md b/README.md
index 523457b..5398c6b 100644
--- a/README.md
+++ b/README.md
@@ -84,9 +84,9 @@ class Chat implements MessageComponentInterface {
     }
 }
 
-    // Run the server application through the WebSocket protocol
-    $server = new IOServerComponent(new WebSocketComponent(new Chat));
-    $server->run(80);
+// Run the server application through the WebSocket protocol
+$server = new IOServerComponent(new WebSocketComponent(new Chat));
+$server->run(8000);
 ```
 
     # php chat.php
\ No newline at end of file