diff --git a/TUTORIAL.md b/TUTORIAL.md index b4a3999..ed9544b 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -92,7 +92,7 @@ snarkjs info -r circuit.r1cs You can also print the constraints of the circuit by running: ```sh -snarkjs printconstraints -r circuit.r1cs -s circuit.sym +snarkjs print -r circuit.r1cs -s circuit.sym ```