Skip to content

Commit 39edb6e

Browse files
Fix getting started
1 parent 7b94ef2 commit 39edb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ your application, as well as documentation for what features are currently avail
1919
and not available for LDK in Java. "Opening a Channel" is a follow-up to "Build a Node"
2020
that walks through an example of opening a channel with LDK.
2121

22-
"Key Management", "Spending On-Chain Funds", and "Block Data" dive into more depth on their topics.
22+
"Key Management", and "Blockchain Data" dive into more depth on their topics.
2323

2424
Throughout these docs, if any piece of code is used or mentioned, the most in-depth docs can be
2525
found by searching [the Rust docs](https://docs.rs/lightning/0.0.12/lightning/index.html).
@@ -29,7 +29,7 @@ found by searching [the Rust docs](https://docs.rs/lightning/0.0.12/lightning/in
2929

3030
The big blue box in the center contains all of LDK's core objects.
3131

32-
The green boxes and Data Storage are all of LDK's batteries that must be provided.
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.
3333

3434
## LDK Batteries
3535

0 commit comments

Comments
 (0)