X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;fp=README.md;h=4bff2d5ef2a7ac6ec70a9c230a22370ddacc3e61;hb=dbda949b693ddbfe79c0ae4fed365b1202c34549;hp=4d0da8dd5372e82abf1e61efc7cbb0f1fd1ddb92;hpb=7c07ca00563b0c533a8debc65720cc999053a0d2;p=rust-lightning diff --git a/README.md b/README.md index 4d0da8dd..4bff2d5e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rust-lightning is a Bitcoin Lightning library written in Rust. The main crate, it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage. -The `lightning-net-tokio` crate is a full Lightning using the +The `lightning-net-tokio` crate implements Lightning networking using the [Tokio](https://github.com/tokio-rs/tokio) async runtime. Status