Clarify that lightning-net-tokio does networking only
authorCasey Rodarmor <casey@rodarmor.com>
Fri, 2 Oct 2020 03:55:31 +0000 (20:55 -0700)
committerCasey Rodarmor <casey@rodarmor.com>
Fri, 2 Oct 2020 03:55:31 +0000 (20:55 -0700)
README.md

index 4d0da8dd5372e82abf1e61efc7cbb0f1fd1ddb92..4bff2d5ef2a7ac6ec70a9c230a22370ddacc3e61 100644 (file)
--- 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