Skip to content

Commit ff93b52

Browse files
author
Conor Okus
committed
Update copy
1 parent 96f8110 commit ff93b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Architecture
22
![Architecture](../assets/architecture.png)
33

4-
Firstly, LDK is not a daemon, but rather its own implementation of the Lightning network written as an SDK and designed to be complied and run in your own application.
4+
Firstly, LDK is not a daemon, but rather its own implementation of the Lightning network written as a SDK and designed to be compiled and executed in your own application.
55

66
This makes it environment agnostic, allowing you to choose your own data storage, wallet, networking stack and blockchain monitoring. In the diagram above the boxes with dotted borders are LDK's modules — these must be configured with either default or custom implementations that you provide.
77

0 commit comments

Comments
 (0)