Skip to content

Commit b70663f

Browse files
committed
readme: Use subheader markdown
Use header level two (`##`) for subheader. Add spacing below headings while we are at it.
1 parent d566ec4 commit b70663f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Bech32 Rust
2+
23
[![Docs.rs badge](https://docs.rs/bech32/badge.svg)](https://docs.rs/bech32/)
34
[![Continuous Integration](https://github.com/rust-bitcoin/rust-bech32/workflows/Continuous%20Integration/badge.svg)](https://github.com/rust-bitcoin/rust-bech32/actions?query=workflow%3A%22Continuous+Integration%22)
45

@@ -9,6 +10,8 @@ You can find some usage examples in the [documentation](https://docs.rs/bech32/)
910

1011
Bitcoin-specific address encoding is handled by the `bitcoin-bech32` crate.
1112

12-
# MSRV
13+
14+
## MSRV
15+
1316
The minimum supported Rust version with the standard library is **1.41.1**.
1417

0 commit comments

Comments
 (0)