From aed51978bb35562fc9b4bc2843cb5399368940eb Mon Sep 17 00:00:00 2001 From: cawfree Date: Sat, 5 Nov 2022 21:44:01 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2b1ab..ead3e6b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ curl -L https://foundry.paradigm.xyz | bash # install foundry `zk-starter`'s build life cycle ensures that for each new arithmetic circuit you build, a corresponding [__Solidity__](https://docs.soliditylang.org/en/v0.8.17/) smart contract which inherits a compatible verifier will also be initialized for you to extend. -Likewise, for every circuit you create, a high-level utility library is injected into the applicaton frontend at compile time; this provides high level functions for generating proofs, verifying proofs, and generating compatible calldata for verification. +Likewise, for every circuit you create, a high-level utility library is injected into the applicaton frontend at compile time; this provides high level functions for generating proofs, verifying proofs, and generating compatible calldata for on-chain verification. ### 🙏 Attribution