Skip to content

Commit 3904948

Browse files
committed
Rephrase prose for LDK architecture diagram
Avoid referring to colors since they are overloaded. Instead phrase in terms of labels and borders.
1 parent ca3f18a commit 3904948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ found by searching [the Rust docs](https://docs.rs/lightning/0.0.12/lightning/in
2727
## Architecture
2828
![LDK Architecture](assets/ldk-architecture.svg)
2929

30-
The big blue box in the center contains all of LDK's core objects.
31-
32-
The green boxes on the outside of the big blue box and Data Storage are all of LDK's batteries that must be provided.
30+
LDK's core components are shown in the center box labeled `lightning`. Boxes
31+
with dotted borders are LDK's batteries — these must be configured with either
32+
off-the-shelf or custom implementations that you provide.
3333

3434
## LDK Batteries
3535

0 commit comments

Comments
 (0)