Browse Source

Update README.md

wasm
bellesmarta 6 years ago
committed by GitHub
parent
commit
6d0573ca52
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

@ -37,7 +37,7 @@ As it is shown in the above example, a value is assigned to `out` and a constrai
In the above example, both inputs are forced to be binary by adding the constraints `a*(a-1)===0` and `b*(b-1) === 0`. In the above example, both inputs are forced to be binary by adding the constraints `a*(a-1)===0` and `b*(b-1) === 0`.
### Compile the circuit
### Compilation the circuit
First of all, the compiler must be installed typing: First of all, the compiler must be installed typing:

Loading…
Cancel
Save