diff --git a/docs/introduction/get-started/create-account-use-faucet.md b/docs/introduction/get-started/create-account-use-faucet.md index 159626a0e..70a9bf3b7 100644 --- a/docs/introduction/get-started/create-account-use-faucet.md +++ b/docs/introduction/get-started/create-account-use-faucet.md @@ -21,7 +21,7 @@ The Miden client facilitates interaction with the Miden rollup and provides a wa 2. Install the Miden client. ```shell - cargo install miden-cli --features testing,concurrent + cargo install miden-cli --features concurrent ``` You can now use the `miden --version` command, and you should see `Miden 0.7.0`.