From 0459f303791e7fbb262323d5ec004de98aff5410 Mon Sep 17 00:00:00 2001 From: gregscullard Date: Thu, 14 Nov 2019 18:56:34 +0100 Subject: [PATCH] Update README.md --- hcs-sxc-examples/simple-message-demo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hcs-sxc-examples/simple-message-demo/README.md b/hcs-sxc-examples/simple-message-demo/README.md index a1ed146b..bf9f0d45 100644 --- a/hcs-sxc-examples/simple-message-demo/README.md +++ b/hcs-sxc-examples/simple-message-demo/README.md @@ -101,7 +101,7 @@ APP_ID=0 ``` ``` -./runapp 0 +./runapp.sh 0 ``` then in two additional terminal windows @@ -110,14 +110,14 @@ then in two additional terminal windows cd hcs-sxc cd hedera-hcs-sxc cd hcs-sxc-examples/simple-message-demo -./runapp 1 +./runapp.sh 1 ``` ```shell cd hcs-sxc cd hedera-hcs-sxc cd hcs-sxc-examples/simple-message-demo -./runapp 2 +./runapp.sh 2 ``` ### Windows