From 56a39d7f3646498632f97ae16ffa9d5bc2dcbf03 Mon Sep 17 00:00:00 2001 From: Chris Tian Date: Mon, 7 Oct 2024 17:10:35 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 993eb8d..9fbeaec 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ that can generate a proof of any RISC-V program. ## Running the Project -There are four main ways to run this project: build a program, execute a program, generate a core proof, and -generate an EVM-compatible proof. +There are three main ways to run this project: execute the program, generate a core proof, and +generate an EVM-compatible Groth16 proof. ### Build the Program