doc: Fix Rust dependency in README (#16)
This commit is contained in:
parent
1a383b6260
commit
cac27e6536
|
@ -13,7 +13,7 @@ Clone the repository and run `cd ark-circom/ && cargo doc --open`
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
ark-circom = { git = "https://github.com/gakonst/ark-circom-rs" }
|
ark-circom = { git = "https://github.com/gakonst/ark-circom.git" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Reference in New Issue