Skip to content

Commit

Permalink
Fix typo in README (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut authored Jun 9, 2024
1 parent 66a4474 commit 02eb721
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 @@ -78,7 +78,7 @@ python cube.py 3

If the libsnark backend is available, it will be imported and used by default.
This will execute a SNARK computation to compute the cube of the input value, `3`.
As the comptation prorgresses, a constraint system of the computation is kept.
As the comptation progresses, a constraint system of the computation is kept.

By default, if available, the libsnark backend will be used. In this case, the following files will be generated:

Expand Down

0 comments on commit 02eb721

Please sign in to comment.