Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/builder/get-started/setup/cli-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Request tokens from the public testnet faucet:
miden mint --target-account <ACCOUNT_ID> --amount 1000
```

This sends a mint request to the [public testnet faucet](https://faucet-api.testnet.miden.io) and automatically consumes the resulting note, depositing the tokens into your account.
This sends a mint request to the [public testnet faucet](https://faucet.testnet.miden.io/) and automatically consumes the resulting note, depositing the tokens into your account.

Display your balance:

Expand Down