Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from pavlovdog/patch-1
Browse files Browse the repository at this point in the history
Update README.md - fix dependency example
  • Loading branch information
shuklaayush authored Nov 8, 2023
2 parents 30e95e1 + 31f4175 commit 50e889d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ In your `Nargo.toml` file, add the following dependency:

```toml
[dependencies]
noir_bigint = { tag = "v0.1.0", git = "https://github.com/shuklaayush/noir-bigint" }
noir_bigint_curves = { tag = "v0.1.0", git = "https://github.com/shuklaayush/noir-bigint", directory="crates/curves" }
noir_biguint = { tag = "v0.1.0", git = "https://github.com/shuklaayush/noir-bigint", directory="crates/biguint" }
noir_bigint_primefield = { tag = "v0.1.0", git = "https://github.com/shuklaayush/noir-bigint", directory="crates/primefield" }
```

## Testing
Expand Down

0 comments on commit 50e889d

Please sign in to comment.