diff --git a/crates/cairo-lang-runner/README.md b/crates/cairo-lang-runner/README.md index 1ce371edc4a..1fe0b64a8f5 100644 --- a/crates/cairo-lang-runner/README.md +++ b/crates/cairo-lang-runner/README.md @@ -10,7 +10,7 @@ If we want to run code that is gas tested: cargo run --bin cairo-run -- --single-file /path/to/file.cairo --available-gas 200 ``` -We currently only run the `main` function with no arguments beside implicits. +We currently only run the `main` function with no arguments besides implicits. # Example