Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Connor <[email protected]>
  • Loading branch information
benesjan and iAmMichaelConnor authored Sep 15, 2023
1 parent 4eebdf9 commit c92e4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/getting_started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or if you use yarn:
yarn global add @aztec/cli
```

If you have specified a SANDBOX_VERSION environmental variable when installing sandbox, you will need to specify the same version when installing the CLI. For example:
If you have specified a SANDBOX_VERSION environmental variable when installing the Sandbox, you will need to specify the same version when installing the CLI. For example:

```bash
npm install -g @aztec/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/dev_docs/getting_started/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ To update the sandbox, simply run the curl command again:

It will download and start the latest version of sandbox.

If you would like to use a fixed version of sandbox you can export the `SANDBOX_VERSION` environmental variable.
If you would like to use a fixed version of the sandbox, you can export the `SANDBOX_VERSION` environmental variable.
The version in our case is a tag of the `aztec-sandbox` image on [dockerhub](https://hub.docker.com/r/aztecprotocol/aztec-sandbox/tags).
This is the full command:

Expand Down

0 comments on commit c92e4d1

Please sign in to comment.