From 5d374237e1b04313d731713861c0e025eaeb5650 Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Fri, 27 Mar 2020 09:54:14 +0100 Subject: [PATCH] Fix tutorial --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index ab20464..7e9eee6 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -131,7 +131,7 @@ Let's create a file named `input.json` Now let's calculate the witness: ```sh -snarkjs --wasm circuit.wasm --input input.json --witness witness.json +snarkjs calculatewitness --wasm circuit.wasm --input input.json --witness witness.json ``` `calcwit` is part of the circom_runtime package and it's just a wrapper in JS to call the wasm module.