doc: Fix Rust dependency in README (#16)

This commit is contained in:
Yang Hau
2022-02-02 00:11:30 +08:00
committed by GitHub
parent 1a383b6260
commit cac27e6536

View File

@@ -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