diff --git a/docs/docs/dev_docs/cli/sandbox-reference.md b/docs/docs/dev_docs/cli/sandbox-reference.md index c53857f51a7..8c8b31723af 100644 --- a/docs/docs/dev_docs/cli/sandbox-reference.md +++ b/docs/docs/dev_docs/cli/sandbox-reference.md @@ -33,7 +33,7 @@ You can download and run the Sandbox package directly if you have nodejs 18 or h You will also need an Ethereum node like Anvil or Hardhat running locally on port 8545. ```bash -npx @aztec/aztec-sandbox @aztec/aztec-cli +npx @aztec/aztec-sandbox @aztec/cli ``` You can read [this tutorial on how to use the npm package](../tutorials/testing.md#running-sandbox-in-the-nodejs-process)