changeset 38:4c0c86b1b64d

README: Clarify port for server.
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 14 Mar 2019 17:46:34 +0100
parents e87e121fe55c
children da8930e10826
files README.md
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Mar 14 17:44:57 2019 +0100
+++ b/README.md	Thu Mar 14 17:46:34 2019 +0100
@@ -16,8 +16,9 @@
 
 # Usage
 
-Run `server/server.py` on one computer. Use `--help` to see options. Once started, it will produce a feed
-of arbitrarily many stocks, distributed as JSON objects in ZeroMQ messages.
+Run `server/server.py` on one computer. Use `--help` to see options. Once started, it will produce a feed of arbitrarily
+many stocks, distributed as JSON objects in ZeroMQ messages. The default port is `9988`, and will be used if you do not
+specify a different one.
 
 On any client, run `client/client.py`. You can again use `--help` for an overview of the available options. The client
 will store the information you enter in the client window so that you don't have to enter them every time. Note that