diff --git a/README.md b/README.md index 4a785cd..c916752 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Confirmed tx 0x0bdb…3307, gas used 14204908 **cargo stylus check** -Instruments a Rust project using Stylus. This command runs compiled WASM code through Stylus instrumentation checks and reports any failures. It **verifies the contract can compile onchain** by making an eth_call to a Arbitrum chain RPC endpoint. +Instruments a Rust project using Stylus. This command runs compiled WASM code through Stylus instrumentation checks and reports any failures. It **verifies the contract can compile onchain** by making an eth_call to an Arbitrum chain RPC endpoint. ``` Usage: cargo stylus check [OPTIONS] diff --git a/main/src/project.rs b/main/src/project.rs index 1bbea58..97805ef 100644 --- a/main/src/project.rs +++ b/main/src/project.rs @@ -164,7 +164,7 @@ fn all_paths(root_dir: &Path, source_file_patterns: Vec) -> Result