From 6b41326f9f3de0af89956f2852aad2c48da212bc Mon Sep 17 00:00:00 2001 From: Justin Moon Date: Wed, 25 Nov 2020 16:41:02 -0600 Subject: [PATCH] Fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c048e8d..43dd417a8 100644 --- a/README.md +++ b/README.md @@ -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