From 052bb5076e16f11a9c49d6149ac1d069ce1a3f37 Mon Sep 17 00:00:00 2001 From: goblinoats <127101451+goblinoats@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:45:35 +0000 Subject: [PATCH] docs: update package name of aztec-cli --- docs/docs/dev_docs/cli/sandbox-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)