We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfb6ec commit 4460c73Copy full SHA for 4460c73
cli/README.md
@@ -28,7 +28,7 @@ solidity-verifiers-cli [OPTIONS] -p <PROTOCOL> -k <PROTOCOL_VK> -o <OUTPUT_PATH>
28
29
A real use case (which was used to test the tool itself):
30
`solidity-verifiers-cli -p groth16 -k ./solidity-verifiers/assets/G16_test_vk`
31
-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`.
32
33
### Options:
34
-v, --verbose: Increase logging verbosity
0 commit comments