diff --git a/TUTORIAL.md b/TUTORIAL.md index d2a32b6..fd2ab86 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -65,8 +65,6 @@ We are now ready to compile the circuit. Run the following command: ```sh circom circuit.circom -o circuit.json - -// Which is equivalent to "circom circuit.circom -o circuit.json" ``` to compile the circuit to a file named `circuit.json`