From 459b10793ac913b736072f48b5dcdab48dd65050 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 12 Apr 2023 13:33:02 +0100 Subject: [PATCH] typo --- 83.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/83.md b/83.md index 4a003f3..feb91ac 100644 --- a/83.md +++ b/83.md @@ -12,11 +12,11 @@ Useful for clients wanting to intergrate non-custodal wallet features. ## Motivation -We wanted [LNbits](https://github.com/lnbits/lnbits) to have a funding source that pay invoices/create invoices/check payment status, all over nostr DMs. Simple plugins/middleware could be made for funding sources, that any wallet software coul use over nostr. +We wanted [LNbits](https://github.com/lnbits/lnbits) to have a funding source that could pay invoices/create invoices/check payment status all over nostr DMs. Simple plugins/middleware could be made for funding sources, that any wallet software could use over nostr. ## Examples -There are two simple clients sending json over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md). +There are two simple clients sending json over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md). THese clients could be standalone or built into clients/services. 1. `funding source client`: Attached to the funding source, the other built into another service/client.