From 5e6f56eaee34b94f25d709c20f5a7fa2e0dfb6cd Mon Sep 17 00:00:00 2001 From: Oleksandr Brezhniev Date: Tue, 24 Sep 2024 20:15:26 +0100 Subject: [PATCH] Update README.md Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 266f67c6..848ed650 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ cat < input.json EOT ``` -Note that integers in json file are enclosed in double quotation marks, because otherwise json format looses precision when working with big integers. +Note that integers in json file are enclosed in double quotation marks, because otherwise json format loses precision when working with big integers. Now, we use the Javascript/WASM program created by `circom` in the directory *_js* to create the witness (values of all the wires) for our inputs: