From 4f60dff414864c2af0b8c5472e5a2ac8070d08c3 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 15 Nov 2023 23:21:31 +0300 Subject: [PATCH] Update quickstart-calibration.md Fix node id command name --- docs/quickstart-calibration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart-calibration.md b/docs/quickstart-calibration.md index c387b0bc..9ca384d5 100644 --- a/docs/quickstart-calibration.md +++ b/docs/quickstart-calibration.md @@ -174,7 +174,7 @@ Remember the address of your bootstrap for the next step. This address has the f * We can get the address of the deployed bootstrap node by running: ```bash -cargo make --makefile bin/ipc-infra/Makefile.toml bootstrap-id +cargo make --makefile bin/ipc-infra/Makefile.toml bootstrap-node-id ``` * To shut down the bootstrap node run: