From e37386115c5d69c12c7d049051ab3db7b5250de9 Mon Sep 17 00:00:00 2001 From: Gabriel Garcia Date: Wed, 30 Jan 2019 00:47:39 +0100 Subject: [PATCH] Remove comment This comment have the same command again, this supposed to be different syntax? --- TUTORIAL.md | 2 -- 1 file changed, 2 deletions(-) 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`