Skip to content

Commit

Permalink
Update README.md: fix typo (#102)
Browse files Browse the repository at this point in the history
I swear I learned how to use plural and singular in elementary school
  • Loading branch information
nategraf authored May 8, 2024
1 parent 55d9199 commit 9658baa
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 @@ -11,7 +11,7 @@ This repository implements an application on Ethereum utilizing RISC Zero as a [
It provides a starting point for building powerful new applications on Ethereum that offload computationally intensive (i.e. gas expensive), or would be difficult to implement Solidity (e.g. ed25519 signature verification, or HTML parsing).

<!-- TODO(#100) Integrate support for Steel more directly into this repo -->
Integrate with [Steel][steel-repo] to execute view call and simulate transactions on Ethereum. Check out the [ERC-20 counter][erc20-counter] demo to see an example.
Integrate with [Steel][steel-repo] to execute view calls and simulate transactions on Ethereum. Check out the [ERC-20 counter][erc20-counter] demo to see an example.

Prove computation with the [RISC Zero zkVM] and verify the results in your Ethereum contract.

Expand Down

0 comments on commit 9658baa

Please sign in to comment.