Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jan 9, 2024
1 parent 68a7c9e commit cb27139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4.tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Under the hood, NEAR CLI utilizes the [`NEAR JavaScript API`](https://github.com
:::info

The NEAR CLI also comes with an implementation in Rust called [`near-cli-rs`](https://github.com/near/near-cli-rs).
If you want to use near-cli whilst you have near-cli-rs installed, prefix the following commands with "npx".
If you want to use `near-cli` while you have `near-cli-rs` installed, prefix the following commands with `npx`.
:::

## Overview {#overview}
Expand Down Expand Up @@ -552,7 +552,7 @@ near create-account sub-acct2.example-acct.testnet --masterAccount example-acct.
```

**.testnet example:**
To create a .testnet (or .mainnet) account one must call the testnet contract to create the account for them, here is an example:
To create a `.testnet` (or `.mainnet`) account, you must call the testnet contract to create the account. Here is an example:
```bash
near call testnet create_account '{"new_account_id": "<account-name>.testnet", "new_public_key": "ed25519:<data>"}' --deposit 0.00182 --accountId <account-with-funds>
```
Expand Down

0 comments on commit cb27139

Please sign in to comment.