From 73da37a84192a287d0ed181b48dd1ae0b81bccf7 Mon Sep 17 00:00:00 2001 From: kilic Date: Sat, 13 Jun 2020 23:03:29 +0300 Subject: [PATCH] typos --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 785774d..de790b6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the development repo of rate limit nullifier zkSNARK circuits. -For details, see work in progress document [here](https://hackmd.io/tMTLMYmTR5eynw2lwK9n1w?view)) +For details, see work in progress document [here](https://hackmd.io/tMTLMYmTR5eynw2lwK9n1w?view) ## Test @@ -10,7 +10,7 @@ For details, see work in progress document [here](https://hackmd.io/tMTLMYmTR5ey cargo test --release --features multicore rln_32 -- --nocapture ``` -## Generate Test Keys +## Generate Test Keys ``` cargo run --release --example export_test_keys @@ -28,9 +28,7 @@ wasm-pack test --release --node -- --features wasm With cargo: -Follow the steps [here](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/usage.html#appendix-using-wasm-bindgen-test-without-wasm-pack) before running the test. - -Then run: +Follow the steps [here](https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/usage.html#appendix-using-wasm-bindgen-test-without-wasm-pack) before running the test, then run: ``` cargo test --release --target wasm32-unknown-unknown --features wasm