Skip to content

Commit 4460c73

Browse files
authored
docs fix spelling issues (#178)
* Update README.md * Update README.md * Update README.md
1 parent dbfb6ec commit 4460c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ solidity-verifiers-cli [OPTIONS] -p <PROTOCOL> -k <PROTOCOL_VK> -o <OUTPUT_PATH>
2828

2929
A real use case (which was used to test the tool itself):
3030
`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`.
31+
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`.
3232

3333
### Options:
3434
-v, --verbose: Increase logging verbosity

0 commit comments

Comments
 (0)