Skip to content

Commit

Permalink
docs: correct link for installation via Nargo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschu authored Dec 2, 2023
1 parent a4247f7 commit 072335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ In your Nargo.toml file, add the following dependency:

```toml
[dependencies]
smt_bn254 = { tag = "v0.1.0", git = "https://github.com/privacy-scaling-explorations/zk-kit", directory="crates/smt_bn254" }
smt_bn254 = { tag = "v0.1.0", git = "https://github.com/privacy-scaling-explorations/zk-kit/packages/circuits/noir", directory="crates/smt_bn254" }
```

0 comments on commit 072335f

Please sign in to comment.