Increase heading size

Currently the main heading of the readme uses a level three markdown
heading, this is quite small. Use level two instead.
This commit is contained in:
Tobin C. Harding 2022-07-13 14:34:16 +10:00
parent 596adff8ba
commit ddc108c117
1 changed files with 1 additions and 1 deletions

View File

@ -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