Skip to content

Commit 301e422

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

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
@@ -41,7 +41,7 @@ The API is simply methods and properties of the `WebsocketServer` class.
4141

4242
The WebsocketServer takes two arguments: a `port` and a `hostname`.
4343
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, '0.0.0.0')`.
44+
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
4747

0 commit comments

Comments
 (0)