From 058f23a9e46b67bdb5fb35b46f59ff9999b28b65 Mon Sep 17 00:00:00 2001 From: Johan Date: Sat, 8 Oct 2016 09:36:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e84e904..3b77bd7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The API is simply methods and properties of the `WebsocketServer` class. The WebsocketServer takes two arguments: a `port` and a `hostname`. By default `localhost` is used. However if you want to be able and connect -to the server from the network you need to pass `0.0.0.0` as hostname. e.g., WebsocketServer(13254, '127.0.0.2') for custom IP. +to the server from the network you need to pass `0.0.0.0` as hostname, e.g. `WebsocketServer(13254, '0.0.0.0')`. ###Properties