From 072335f285245ebf7e72ef2c50c4ca0e6298d12e Mon Sep 17 00:00:00 2001 From: Fabian Scherer <48454910+fabianschu@users.noreply.github.com> Date: Sat, 2 Dec 2023 21:50:08 +0100 Subject: [PATCH] docs: correct link for installation via Nargo --- packages/circuits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/circuits/README.md b/packages/circuits/README.md index a8c406cbe..01dc94e1a 100644 --- a/packages/circuits/README.md +++ b/packages/circuits/README.md @@ -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" } ```