From c4d50c5d61e5f4a6e7482527a970030c1cd6c16c Mon Sep 17 00:00:00 2001 From: Mikerah Date: Mon, 10 Jun 2019 20:52:48 -0400 Subject: [PATCH] typo fixes --- cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.js b/cli.js index 0d92abf..48715f7 100755 --- a/cli.js +++ b/cli.js @@ -61,7 +61,7 @@ setup command --protocol [original|groth] - Defines withc variant of snark you want to use + Defines which variant of snark you want to use Default: original @@ -84,7 +84,7 @@ calculate witness command Default: input.json - Example of for a circuit with tow inputs a and b: + Example of a circuit with two inputs a and b: {"a": "22", "b": "33"}