Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi authored Oct 24, 2020
1 parent 2c6b946 commit cc73ef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ otherwise an overlay will be shown with the payment request and a QR code.

I wanted a simple way for people to send Lightning payments using my own lightning node.

BTCPay Server is too big and hard to run for that as I do not need most of its features.
BTCPay Server is too big and hard to run for that and I do not need most of its features.


## Installation
Expand Down Expand Up @@ -46,9 +46,9 @@ To connect to the lnd node the cert, macaroon and address of the lnd node has to

#### Examples:

$ ./lnme --help
$ ./lnme --address=lndhost.com:10009 --bind=localhost:4711
$ ./lnme --disable-website
$ lnme --help
$ lnme --address=lndhost.com:10009 --bind=localhost:4711
$ lnme --disable-website


### Customize your ⚡ website
Expand Down

0 comments on commit cc73ef7

Please sign in to comment.