Skip to content

Commit b066d58

Browse files
author
Conor Okus
committed
Fix typos and update readiness of bindings
1 parent 6175bb8 commit b066d58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/overview/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 a SDK and designed to be compiled and executed in your own application.
4+
Firstly, LDK is not a daemon, but rather its own implementation of the Lightning network written as an SDK and designed to be compiled and executed in your 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

8-
We also use an event driven archictecture that that will allow you to act upon number of things asynchronously. For example LDK will generate an event when a payment is received (`PaymentReceived`). More on this in a later section.
8+
We also use an event-driven architecture that will allow you to act upon several things asynchronously. For example, LDK will generate an event when a payment is received (`PaymentReceived`). More on this in a later section.
99

1010
::: tip Langauge Bindings
1111

12-
Although the core SDK is written in Rust, we support a number of other programming langauges. These include C/C++, Java, Kotlin, Swift, JavaScript/Typescript/WASM (Alpha). Check out [examples](../examples.md) to see some of the implementions out in the wild!
12+
Although the core SDK is written in Rust, we support many other programming languages. These include Java/Kotlin, Swift, JavaScript/Typescript/WASM (Beta), C++ (Alpha). Check out [examples](../examples.md) to see some of the implementations out in the wild!

0 commit comments

Comments
 (0)