diff --git a/content/how-to-guides/how-to-run-api-node.md b/content/how-to-guides/how-to-run-api-node.md index 0c0c468f..f8b7ac7c 100644 --- a/content/how-to-guides/how-to-run-api-node.md +++ b/content/how-to-guides/how-to-run-api-node.md @@ -262,7 +262,7 @@ If the instance is running you should receive terminal output similar to the fol } ``` -Verify the `stacks-blockchain-api` is receiving data from the `stacks-blockchain-api` with the following command: +Verify the `stacks-blockchain-api` is receiving data from the `stacks-blockchain` with the following command: ```sh curl -sL localhost:3999/v2/info | jq