From c4b4430387a43a987bab132f225e19d221bed57a Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 14 Jan 2022 17:09:20 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3817dd1..50ce17a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ LnMe is one [simple executable](https://github.com/bumi/lnme/releases) file that - [x] WebLN integration - if [WebLN](https://webln.dev/) is not available a QRcode and the invoice will be shown - [x] [JavaScript widget](#javascript-widget-integration) for existing websites - [x] [Invoice API](https://github.com/bumi/lnme/wiki/API) - simple REST API to create LN invoices from existing JS code -- [ ] [LNURL-pay](https://github.com/fiatjaf/lnurl-rfc/blob/luds/06.md) support +- [x] [LNURL-pay](https://github.com/fiatjaf/lnurl-rfc/blob/luds/06.md) support ## Installation @@ -167,6 +167,12 @@ For more information check out the website: [lightningaddress.com](https://light Your Lightning Address: `{anything}@{your domain}` +### LNURL + +if you got the Lightning Address enabled you also get a LNURL-pay URL: + +https://`{your domain}/lnurlp/{anything}` + ### Customize your ⚡ website