From ddc108c1179601f84fc832ffadfcaeab7cf5585e Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 13 Jul 2022 14:34:16 +1000 Subject: [PATCH] Increase heading size Currently the main heading of the readme uses a level three markdown heading, this is quite small. Use level two instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd19fb6..22f952c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Full documentation](https://docs.rs/secp256k1/) -### rust-secp256k1 +## rust-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