From f2e8b81111e7cd28a5ab21c0e7749695234ffa8f Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Wed, 28 May 2025 22:34:57 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb55f2b7a..70b80b069 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ rustup target add riscv32im-unknown-none-elf ``` ## Try end-to-end with examples -A variety of [examples](https://github.com/scroll-tech/ceno/tree/master/examples/examples) are availables. +A variety of [examples](https://github.com/scroll-tech/ceno/tree/master/examples/examples) are available. To run an example in e2e, use the following command: