Skip to content

Commit

Permalink
Do trivial cleanup to readme
Browse files Browse the repository at this point in the history
Add whitespace, and use second layer markdown header for subheading.
  • Loading branch information
tcharding committed Apr 3, 2023
1 parent ded35fe commit 5962169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Bech32 Rust

[![Docs.rs badge](https://docs.rs/bech32/badge.svg)](https://docs.rs/bech32/)
[![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)

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

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

# MSRV

## MSRV

The minimum supported Rust version with the standard library is **1.41.1**.

0 comments on commit 5962169

Please sign in to comment.