From cf197032a07f2ad4801495cfa9453ac922e0556c Mon Sep 17 00:00:00 2001 From: Victor Graf Date: Fri, 7 Jun 2024 15:08:34 -0700 Subject: [PATCH] Fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dcdf67..c84454f8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # RISC Zero Ethereum [RISC Zero] is a zero-knowledge verifiable general computing platform, with [Ethereum] integration. -This repository contains [Solidity verifier contracts][contracts],[Steel] EVM view call library, and supporting code. +This repository contains [Solidity verifier contracts][contracts], [Steel] EVM view call library, and supporting code. If you are looking to get started using RISC Zero in the application on Ethereum, the best place to look is the [Foundry template][template].