Skip to content

Commit

Permalink
docs fix spelling issues (#178)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
Guayaba221 authored and arnaucube committed Dec 26, 2024
1 parent ef315fe commit 52c61d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ solidity-verifiers-cli [OPTIONS] -p <PROTOCOL> -k <PROTOCOL_VK> -o <OUTPUT_PATH>

A real use case (which was used to test the tool itself):
`solidity-verifiers-cli -p groth16 -k ./solidity-verifiers/assets/G16_test_vk`
This would generate a Groth16 verifier contract for the given G16 verifier key (which consists on the G16_Vk only) and store this contract in `$pwd`.
This would generate a Groth16 verifier contract for the given G16 verifier key (which consists of the G16_Vk only) and store this contract in `$pwd`.

### Options:
-v, --verbose: Increase logging verbosity
Expand Down

0 comments on commit 52c61d1

Please sign in to comment.