Skip to content

Commit 6af9772

Browse files
authored
Update README.md
1 parent 021c9ec commit 6af9772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ To run the Cairo DKIM verification process, use below command, `raw_email.eml` i
3636
cargo run -r -- --cairo_pie_output pie.zip --secure_run true --raw_mail_file raw_email.eml --print_output
3737
```
3838

39+
This command will execute the Cairo program with the provided input, generate a Cairo PIE file.
40+
3941
### Generating a proof with STWO
4042

4143
Run and prove with [STWO](https://github.com/starkware-libs/stwo-cairo):
4244
```bash
4345
run_and_prove --run_from_cairo_pie pie.zip --proof_path proof.json
4446
```
4547

46-
This command will execute the Cairo program with the provided input, generate a Cairo PIE file.
47-
4848
## Contributing
4949

5050
Contributions and guidance are very welcome!

0 commit comments

Comments
 (0)