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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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