Skip to content

Commit 831466f

Browse files
author
Conor Okus
authored
Merge pull request #145 from tnull/patch-3
Update `architecture.md`
2 parents ec1a23a + 1f77242 commit 831466f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/overview/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## LDK Architecture
22
![LDK Architecture](../assets/ldk-architecture.svg)
33

4-
LDK's core components are shown in the center box labeled `lightning`. Boxes
5-
with dotted borders are LDK's batteries — these must be configured with either
4+
LDK's core components are shown in the center box labeled `lightning`. The boxes
5+
with dotted borders are LDK's modules — these must be configured with either
66
off-the-shelf or custom implementations that you provide.
77

8-
EventHandler in the diagram is not so much a necessary LDK battery, but instead
8+
`EventHandler` in the diagram is not so much a necessary LDK module, but instead
99
refers to the fact that LDK generates events that the user should handle (e.g.
10-
the `PaymentReceived` event).
10+
the `PaymentReceived` event).

0 commit comments

Comments
 (0)