From 5c89dc916671b37bf7b511e4028bfa0b9741611c Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 5 May 2025 14:22:41 +0300 Subject: chore(guests/README): Minor wording changes --- guests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guests') 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`** -- cgit v1.2.3