mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Fix small command typo
This commit is contained in:
@@ -86,13 +86,13 @@ snarkjs --help
|
|||||||
To show general statistics of this circuit, you can run:
|
To show general statistics of this circuit, you can run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
snarkjs printconstraints -c circuit.json
|
snarkjs info -c circuit.json
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also print the constraints of the circuit by running:
|
You can also print the constraints of the circuit by running:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
snarkjs info -c circuit.json
|
snarkjs printconstraints -c circuit.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user