diff --git a/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md b/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md index 3cc4693a..290db0a9 100644 --- a/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md +++ b/docs/gitbook/deploy-your-snark-verifier-on-starknet/noir.md @@ -95,7 +95,7 @@ nargo execute witness bb prove_ultra_keccak_honk -b target/hello.json -w target/witness.gz -o target/proof.bin ``` -Finally, you can obtain the `full_proof_with_hints` array using the garaga CLI : +Finally, you can obtain the `full_proof_with_hints` array using the garaga CLI. From within the "target" directory: ```bash garaga calldata --system ultra_keccak_honk --vk vk.bin --proof proof.bin --format array