X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=d157b7368f91d1fdd8aa8d2a1ac9a72bdd13d8a6;hb=0ee7a5a5f57ed4d5df65e67ed6507bfb3da5719d;hp=4bff2d5ef2a7ac6ec70a9c230a22370ddacc3e61;hpb=dbda949b693ddbfe79c0ae4fed365b1202c34549;p=rust-lightning diff --git a/README.md b/README.md index 4bff2d5ef..d157b7368 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.