From cb59b2dbd7a380d48238bbd227a6d0a0d0f6c38c Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Tue, 18 May 2021 16:22:24 +0700 Subject: [PATCH] Update TUTORIAL.md fixed `snarkjs print` usage example --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```