Fix small command typo

This commit is contained in:
Gabriel Garcia
2019-01-30 00:42:50 +01:00
committed by GitHub
parent b0c21ce622
commit b6a00c6d17

View File

@@ -86,13 +86,13 @@ snarkjs --help
To show general statistics of this circuit, you can run:
```sh
snarkjs printconstraints -c circuit.json
snarkjs info -c circuit.json
```
You can also print the constraints of the circuit by running:
```sh
snarkjs info -c circuit.json
snarkjs printconstraints -c circuit.json
```