Skip to content

Commit

Permalink
Fix incorrect definition of layout flag in README (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta authored Jan 25, 2023
1 parent 0862a98 commit 6807886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To run a compiled .json program through the VM, call the executable giving it th
```bash
target/release/cairo-rs-run cairo_programs/abs_value_array_compiled.json --layout all
```
The flag `--layout` determines which built-in is going to be used. More info about layouts [here](https://www.cairo-lang.org/docs/how_cairo_works/builtins.html#layouts).
The flag `--layout` determines which builtins can be used. More info about layouts [here](https://www.cairo-lang.org/docs/how_cairo_works/builtins.html#layouts).

To sum up, the following code will get you from zero to running a Cairo program:

Expand Down

0 comments on commit 6807886

Please sign in to comment.