Merge pull request #77 from saguywalker/fix-readme

README: Fix typo
pull/89/head
Johan T. Halseth 5 years ago committed by GitHub
commit fa1b86c691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ Core, and btcd.
In the current iteration of the Loop software, two swap types are supported: In the current iteration of the Loop software, two swap types are supported:
* off-chain to on-chain, where the Loop client sends funds off-chain in * off-chain to on-chain, where the Loop client sends funds off-chain in
* on-chain to off-chain, where teh Loop client sends funds to an on-chain * on-chain to off-chain, where the Loop client sends funds to an on-chain
address using an off-chain channel address using an off-chain channel
We call off-chain to on-chain swaps, a **Loop Out**. The service can be used 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**:
## Development and Support ## Development and Support
The Loop client is current in an early beta state, and offers a simple command The Loop client is currently in an early beta state, and offers a simple command
line application. Future APIs will be added to support implementation or use of line application. Future APIs will be added to support implementation or use of
the Loop service. the Loop service.
@ -159,7 +159,7 @@ DESCRIPTION:
OPTIONS: OPTIONS:
--channel value the 8-byte compact channel ID of the channel to loop out (default: 0) --channel value the 8-byte compact channel ID of the channel to loop out (default: 0)
--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 --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
--amt value the amount in satoshis to loop out (default: 0) --amt value the amount in satoshis to loop out (default: 0)
``` ```

Loading…
Cancel
Save