From 9a8a78744aa01880a82858f902343604150ae6a6 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:38:09 +0200 Subject: [PATCH] Update payments.md --- src/guide/payments.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/guide/payments.md b/src/guide/payments.md index 735d657..43c31ff 100644 --- a/src/guide/payments.md +++ b/src/guide/payments.md @@ -1,12 +1,12 @@ -# Lightning Payments +# Paying in Lightning This section details sending and receiving payments over lightning using invoices: -- **[Receive Payments]** via a bolt11 invoice -- **[Send Payments]** via a bolt11 invoice -- **[Send Spontaneous Payments]** to a node -- **[List Payments]** that have been sent or received in the past +- **[Receiving payments]** via a bolt11 invoice +- **[Sending payments]** via a bolt11 invoice +- **[Sending spontaneous payments]** to a node +- **[Listing payments]** that have been sent or received in the past -[Receive Payments]: receive_payment.md -[Send Payments]: send_payment.md -[Send Spontaneous Payments]: send_spontaneous_payment.md -[List Payments]: list_payments.md +[Receiving payments]: receive_payment.md +[Sending payments]: send_payment.md +[Sending spontaneous payments]: send_spontaneous_payment.md +[Listing payments]: list_payments.md