Skip to content

Commit

Permalink
chore: fix typo in README (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner authored Jan 1, 2024
1 parent e464fed commit 30767a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository provides necessary middleware to take generated output of the Ci

## How?

To use it yourself, install version 2.1.6 of greater of [Circom](https://docs.circom.io). Refer to the [Circom documentation](https://docs.circom.io/getting-started/installation/#installing-dependencies) for more information.
To use it yourself, install version 2.1.6 or greater of [Circom](https://docs.circom.io). Refer to the [Circom documentation](https://docs.circom.io/getting-started/installation/#installing-dependencies) for more information.

When you're ready, compile your circuit using `circom [file].circom --r1cs --wasm --prime vesta` for the vesta curve. We will later use the R1CS file (`[file].r1cs`) and the witness generator (`[file]_js/[file].wasm`), so make note of their filepaths. You can independently test these circuits by running witness generation as described in the [Circom documentation](https://docs.circom.io/getting-started/computing-the-witness/).

Expand Down

0 comments on commit 30767a3

Please sign in to comment.