Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
changed --server-addr flag to --address
  • Loading branch information
Jameson-Crate authored Sep 20, 2024
1 parent afe78c3 commit a352ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/hydroflow/quickstart/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Take note of the server's port number, and in a separate terminal, start a clien
#shell-command-next-line
cd <project name>
#shell-command-next-line
cargo run -- --role client --server-addr 127.0.0.1:<port>
cargo run -- --role client --address 127.0.0.1:<port>
Listening on 127.0.0.1:<client_port>
Connecting to server at 127.0.0.1:<port>
Client live!
Expand Down

0 comments on commit a352ca5

Please sign in to comment.