From b6a00c6d179c121ddce45d92427ce09b726f9d58 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Wed, 30 Jan 2019 00:42:50 +0100 Subject: [PATCH] Fix small command typo --- TUTORIAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index cb3c0bb..d2a32b6 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -86,13 +86,13 @@ snarkjs --help To show general statistics of this circuit, you can run: ```sh -snarkjs printconstraints -c circuit.json +snarkjs info -c circuit.json ``` You can also print the constraints of the circuit by running: ```sh -snarkjs info -c circuit.json +snarkjs printconstraints -c circuit.json ```