This commit is contained in:
arcbtc 2023-12-28 15:36:03 +00:00
parent eaef267529
commit 2a1184d806

View file

@ -1,3 +1,5 @@
`The README.md typically serves as a guide for using the extension.`
# Temp - An [LNbits](https://github.com/lnbits/lnbits) Extension # Temp - An [LNbits](https://github.com/lnbits/lnbits) Extension
For more information about LNBits extensions, refer to [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions). For more information about LNBits extensions, refer to [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions).
@ -6,8 +8,6 @@ For more information about LNBits extensions, refer to [this tutorial](https://g
Ready to start hacking? Once you've forked this extension, you can incorporate functions from other extensions as needed. Ready to start hacking? Once you've forked this extension, you can incorporate functions from other extensions as needed.
This README typically serves as a guide for using the extension.
### How to Use This Template ### How to Use This Template
> This guide assumes you're using this extension as a base for a new one. > This guide assumes you're using this extension as a base for a new one.