From cac27e6536a5c9b7e29483bd743f847fcbb74152 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Wed, 2 Feb 2022 00:11:30 +0800 Subject: [PATCH] doc: Fix Rust dependency in README (#16) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b07d4..49d0f3b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Clone the repository and run `cd ark-circom/ && cargo doc --open` ```toml [dependencies] -ark-circom = { git = "https://github.com/gakonst/ark-circom-rs" } +ark-circom = { git = "https://github.com/gakonst/ark-circom.git" } ``` ## Example