From 14401ab46893d3172863772b552ff5be97a8c1b7 Mon Sep 17 00:00:00 2001 From: Sebastian Angel Date: Wed, 11 Dec 2024 19:36:27 -0500 Subject: [PATCH] Update README.md Fixing typo as per #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d09404..a8dd122 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ running the binary and with the `--help` flag. ``` ./target/release/coordinator - -h HOSTNAME + -t HOSTNAME -p PORT -e "http://HOST_ENDORSER_1:PORT,http://HOST_ENDORSER_2:PORT,http://HOST_ENDORSER_3:PORT" -s "memory" # use "table" to use Azure table instead and provide the following