diff options
-rw-r--r-- | py/demo/Ice/minimal/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/py/demo/Ice/minimal/README b/py/demo/Ice/minimal/README index 820ed1b2bad..8d325240508 100644 --- a/py/demo/Ice/minimal/README +++ b/py/demo/Ice/minimal/README @@ -9,6 +9,6 @@ In a separate window, start the client: $ python Client.py -Note that this demo hardwires port 10000. If port -10000 is not available on your machine, you need -to edit both client and server to use a free port. +Note that this demo hardwires port 10000. If port 10000 is not +available on your machine, you need to edit both client and server +to use a free port. |