Skip to content

Commit

Permalink
fix minor typo readme.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
osrm authored Nov 12, 2024
1 parent 48ed7a4 commit ba042d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ cargo run --example account_age -- --input data/account_age_input.json -k 12 -p

where `PROVIDER_URI` is a JSON-RPC URI, and `CMD` is `mock`, `prove`, `keygen`, or `run`.

Note that for the above example to work with the provied `data/account_age_input.json`, the `PROVIDER_URI` needs to be a JSON-RPC URI for Sepolia Testnet.
Note that for the above example to work with the provided `data/account_age_input.json`, the `PROVIDER_URI` needs to be a JSON-RPC URI for Sepolia Testnet.

0 comments on commit ba042d1

Please sign in to comment.