From c493f9c1dd54410390d9ed73b5bdd8f71f6f3e09 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:24:05 +0200 Subject: [PATCH] Update README.md --- crates/cairo-lang-runner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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