aboutsummaryrefslogtreecommitdiff
path: root/guests
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-05-05 14:22:41 +0300
committerKamen Mladenov <kamen@syndamia.com>2025-05-05 15:07:49 +0300
commit5c89dc916671b37bf7b511e4028bfa0b9741611c (patch)
treeb6412116463ef04e454311e35198332850cb05dd /guests
parent2430452e3340719d29578fd45bf2b482f8cf1efe (diff)
downloadzkVMs-benchmarks-5c89dc916671b37bf7b511e4028bfa0b9741611c.tar
zkVMs-benchmarks-5c89dc916671b37bf7b511e4028bfa0b9741611c.tar.gz
zkVMs-benchmarks-5c89dc916671b37bf7b511e4028bfa0b9741611c.zip
chore(guests/README): Minor wording changes
Diffstat (limited to 'guests')
-rw-r--r--guests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guests/README.md b/guests/README.md
index 161365c..99e1c67 100644
--- a/guests/README.md
+++ b/guests/README.md
@@ -12,11 +12,11 @@ These are normal Rust programs, with certain specific patterns implemented for z
1. **Copy the project to this directory.**
If you refer to local path dependencies, which you want to include with the project, move them inside the `guest/YOUR_PROJECT/` directory!
- Everything directly inside `guests` is expected to be a crate, setup to be ran by the zkVMs.
+ Everything directly inside `guests` is expected to be setup for running by the zkVMs.
2. **Convert your project into a library.**
- You'll mainly need to rename `src/main.rs` to `src/lib.rs`.
+ The main thing you need to do is rename `src/main.rs` to `src/lib.rs`.
3. **Update your `Cargo.toml`**