From a5d6d64940ea0377416a0d416cbbd275cff4611b Mon Sep 17 00:00:00 2001 From: modagi Date: Tue, 21 Sep 2021 05:32:24 +0000 Subject: [PATCH] fix typos --- TUTORIAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 4546b55..2a5cf04 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -111,7 +111,7 @@ First we download a power of tau ceremony file: wget https://hermez.s3-eu-west-1.amazonaws.com/powersOfTau28_hez_final_10.ptau ``` -Then we create the zkey file withou any contribution +Then we create the zkey file without any contribution ```sh snarkjs zkey new circuit.r1cs powersOfTau28_hez_final_10.ptau circuit_0000.zkey @@ -155,7 +155,7 @@ Now let's calculate the witness: snarkjs wtns calculate circuit.wasm input.json witness.wtns ``` -To see the witness.wtns file, you can export it to jeson and take a look +To see the witness.wtns file, you can export it to json and take a look ```sh snarkjs wtns export json witness.wtns witness.json