From 98d7ba0c1d8c809f1bcb05e517412f99e46f95ae Mon Sep 17 00:00:00 2001 From: goblinoats <127101451+goblinoats@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:24:12 +0000 Subject: [PATCH] fix(docs): update package name of aztec-cli (#3474) Please provide a paragraph or two giving a summary of the change, including relevant motivation and context. # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --- 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)