Browse Source

Merge pull request #19 from igorbarinov/patch-1

Update README.md
feature/witness_bin
Jordi Baylina 5 years ago
committed by GitHub
parent
commit
ed63f08aeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md

@ -48,7 +48,7 @@ npm install -g circom
The circuit is compiled with the following command:
```
circom -s mycircuit.circom -o mycircuit.json
circom mycircuit.circom -o mycircuit.json
```
The resulting output ( `mycircuit.json` ) can be used in the [zksnarks JavaScript library](https://github.com/iden3/zksnark).

Loading…
Cancel
Save