Browse Source

Fix small command typo

feature/witness_bin
Gabriel Garcia 5 years ago
committed by GitHub
parent
commit
b6a00c6d17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      TUTORIAL.md

+ 2
- 2
TUTORIAL.md

@ -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
``` ```

Loading…
Cancel
Save