From 1c118ed371f1cc753447af010297a8a42773fcc0 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 2 Oct 2020 11:16:22 -0400 Subject: [PATCH] Fix capitalization Gleb suggested --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bff2d5e..d157b736 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Rust-Lightning [![Documentation](https://img.shields.io/static/v1?logo=read-the-docs&label=docs.rs&message=lightning&color=informational)](https://docs.rs/lightning/) [![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) -Rust-lightning is a Bitcoin Lightning library written in Rust. The main crate, +Rust-Lightning is a Bitcoin Lightning library written in Rust. The main crate, `lightning`, does not handle networking, persistence, or any other I/O. Thus, it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage. -- 2.30.2