Skip to content

Commit 7c07ca0

Browse files
committed
Reword first paragraph and add tagline
1 parent 0393b00 commit 7c07ca0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ Rust-Lightning
55
[![Documentation](https://img.shields.io/static/v1?logo=read-the-docs&label=docs.rs&message=lightning&color=informational)](https://docs.rs/lightning/)
66
[![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
77

8-
Rust-lightning is a low-level Bitcoin Lightning library written in Rust. It is
9-
low-level in that it does not handle networking, persistence, or any other I/O.
10-
Thus, it is runtime-agnostic, but users must implement basic networking logic,
11-
chain interactions, and disk storage.
8+
Rust-lightning is a Bitcoin Lightning library written in Rust. The main crate,
9+
`lightning`, does not handle networking, persistence, or any other I/O. Thus,
10+
it is runtime-agnostic, but users must implement basic networking logic, chain
11+
interactions, and disk storage.
12+
13+
The `lightning-net-tokio` crate is a full Lightning using the
14+
[Tokio](https://github.com/tokio-rs/tokio) async runtime.
1215

1316
Status
1417
------
@@ -46,6 +49,12 @@ non-optional/non-test/non-library dependencies. Really really do not add
4649
dependencies with dependencies. Do convince Andrew to cut down dependency usage
4750
in rust-bitcoin.
4851

52+
53+
Tagline
54+
-------
55+
56+
*"Rust-Lightning, not Rusty's Lightning!"*
57+
4958
Contributing
5059
------------
5160

0 commit comments

Comments
 (0)