Skip to content

Commit fa1b86c

Browse files
authored
Merge pull request #77 from saguywalker/fix-readme
README: Fix typo
2 parents 08f0794 + 4e91e68 commit fa1b86c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Core, and btcd.
1010

1111
In the current iteration of the Loop software, two swap types are supported:
1212
* off-chain to on-chain, where the Loop client sends funds off-chain in
13-
* on-chain to off-chain, where teh Loop client sends funds to an on-chain
13+
* on-chain to off-chain, where the Loop client sends funds to an on-chain
1414
address using an off-chain channel
1515

1616
We call off-chain to on-chain swaps, a **Loop Out**. The service can be used
@@ -38,7 +38,7 @@ Potential uses for **Loop In**:
3838

3939
## Development and Support
4040

41-
The Loop client is current in an early beta state, and offers a simple command
41+
The Loop client is currently in an early beta state, and offers a simple command
4242
line application. Future APIs will be added to support implementation or use of
4343
the Loop service.
4444

@@ -159,7 +159,7 @@ DESCRIPTION:
159159
160160
OPTIONS:
161161
--channel value the 8-byte compact channel ID of the channel to loop out (default: 0)
162-
--addr value the optional address that the looped out funds should be sent to, if let blank the funds will go to lnd's wallet
162+
--addr value the optional address that the looped out funds should be sent to, if left blank the funds will go to lnd's wallet
163163
--amt value the amount in satoshis to loop out (default: 0)
164164
```
165165

0 commit comments

Comments
 (0)