Skip to content

Commit d59cd0f

Browse files
authored
Update README.md
1 parent 301e422 commit d59cd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The API is simply methods and properties of the `WebsocketServer` class.
4040
## WebsocketServer
4141

4242
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
43+
By default the localhost `127.0.0.1` is used. However if you want to be able and connect
4444
to the server from the network you need to pass `0.0.0.0` as hostname e.g. `WebsocketServer(13254, host='0.0.0.0')`.
4545

4646
###Properties

0 commit comments

Comments
 (0)