From 7c104aa3fa9b8ea4ce9106deba2516e7ce3da8c7 Mon Sep 17 00:00:00 2001 From: Cheng Hu Date: Fri, 15 Mar 2019 18:52:26 -0500 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a808d..9cb9c08 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Go 1.11.4, Python 36 * To build: `go build client.go` * Run program: - `./client.go PORT` - Alternatively, use our Python3 script experiment.py to start multiple clients (starting a node every 0.5s) and write stdout to logfiles. + `./client PORT` + Alternatively, use our Python3 script `experiment.py` to start multiple clients (starting a node every 0.5s) and write stdout to logfiles. Usage of Python script: `python36 experiment.py [NUMBER OF CLIENTS]` * Plotting: