aboutsummaryrefslogtreecommitdiff
path: root/guests
diff options
context:
space:
mode:
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`**