We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7973f0e commit c082baeCopy full SHA for c082bae
README.md
@@ -41,7 +41,7 @@ The API is simply methods and properties of the `WebsocketServer` class.
41
42
The WebsocketServer takes two arguments: a `port` and a `hostname`.
43
By default `localhost` is used. However if you want to be able and connect
44
-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')`.
45
46
###Properties
47
0 commit comments