From 9b793c9f3abebe260b26ea4d14ecc18226b2cb8f Mon Sep 17 00:00:00 2001 From: Dave Scotese Date: Sun, 2 May 2021 19:21:27 -0700 Subject: [PATCH] Nearly undetectable typo fix. (#188) Regularily => regularly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fa79651..bc700bfd8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ LNbits is a very simple Python server that sits on top of any funding source, an * Fallback wallet for the LNURL scheme * Instant wallet for LN demonstrations -LNbits can run on top of any lightning-network funding source, currently there is support for LND, c-lightning, Spark, LNpay, OpenNode, lntxbot, with more being added regularily. +LNbits can run on top of any lightning-network funding source, currently there is support for LND, c-lightning, Spark, LNpay, OpenNode, lntxbot, with more being added regularly. See [lnbits.org](https://lnbits.org) for more detailed documentation.