Fix link in README

This commit is contained in:
Justin Moon 2020-11-25 16:41:02 -06:00
parent ac4541adb2
commit 6b41326f9f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
### rust-secp256k1
`rust-secp256k1` is a wrapper around ![libsecp256k1](https://github.com/bitcoin-core/secp256k1),
`rust-secp256k1` is a wrapper around [libsecp256k1](https://github.com/bitcoin-core/secp256k1),
a C library by Pieter Wuille for producing ECDSA signatures using the SECG curve
`secp256k1`. This library
* exposes type-safe Rust bindings for all `libsecp256k1` functions