Skip to content

Commit 72ee361

Browse files
author
Conor Okus
authored
Merge pull request #143 from tnull/patch-1
Update `use_cases.md`
2 parents e3cbe46 + 5804020 commit 72ee361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction/use_cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use Cases for LDK
22

3-
The standard lightning use case is running a standalone node on one's laptop.
3+
The standard Lightning use case is running a standalone node on one's laptop.
44
Here's some other use cases that LDK supports.
55

66
## Mobile Devices
@@ -16,7 +16,7 @@ blockchain data, and storage. To allow full flexibility in footprint, the API
1616
supports routing data being fetched via the Lightning P2P protocol, an external
1717
service, or routes can be calculated off-device. It also provides cross-platform
1818
compatibility for free, allowing synchronization of Lightning state across
19-
devices and, as long as there is protection from simultaneous-updates, users to
19+
devices and, as long as there is protection from simultaneous updates, users to
2020
access their wallet on any device. See the [Overview](../../overview/architecture) page for more
2121
details on the interfaces LDK provides for integration.
2222

0 commit comments

Comments
 (0)