From 9658baac8d7e265aa22010d3310c72df3fc08619 Mon Sep 17 00:00:00 2001 From: Victor Graf Date: Wed, 8 May 2024 09:39:30 -0700 Subject: [PATCH] Update README.md: fix typo (#102) I swear I learned how to use plural and singular in elementary school --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d728fb..86f323ca 100644 --- a/README.md +++ b/README.md @@ -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). -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.