Skip to content

Commit 5a6f48e

Browse files
committed
Updated comment to provide correct command to run HF server
1 parent 10c5eb3 commit 5a6f48e

File tree

1 file changed

+2
-2
lines changed
  • examples/DistributedPingPong

1 file changed

+2
-2
lines changed

examples/DistributedPingPong/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if [ "$#" -ne 2 ]; then
44
echo "Distributed and decentralized workflow execution test using the HyperFlow REST API."
55
echo
66
echo "Usage:"
7-
echo "1. Run the 1st HyperFlow server: node app.js ( -> runs on port1)"
8-
echo "2. Run the 2nd HyperFlow server: node app.js ( -> runs on port2)"
7+
echo "1. Run the 1st HyperFlow server: hflow start-server ( -> runs on port1)"
8+
echo "2. Run the 2nd HyperFlow server: hflow start-server ( -> runs on port2)"
99
echo "3. Then run this script:"
1010
echo " cd examples/DistributedPingPong"
1111
echo " ./run.sh <port1> <port2>"

0 commit comments

Comments
 (0)