From 54fadfc0a709587a5b92e9d912dbf68cbfa263eb Mon Sep 17 00:00:00 2001 From: anon <109770337+lnproxy@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:15:27 -0400 Subject: [PATCH] fix typo --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2db9e49..29229cc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ hosted at https://lnproxy.org and http://dx7pn6ehykq6cadce4bjbxn5tf64z7e3fufpxgx A minimalist lightning address bridge that can, optionally, wrap invoices with an lnproxy relay and verify that they will be relayed securely. -### https://github.com/lnproxy/lnproxy-spec +### https://github.com/lnproxy/spec Draft spec for lnproxy relays and clients, includes scripts to test relay implementations for spec compliance and common issues. @@ -56,3 +56,11 @@ includes scripts to test relay implementations for spec compliance and common is @niteshbalusu11's implementation of an lnproxy relay in typescript. +### https://github.com/lnproxy/spec + +Draft spec for lnproxy relays and clients, +includes scripts to test relay implementations for spec compliance and common issues. + +### https://github.com/lnproxy/lnproxy-client + +golang client for requesting and validating proxy invoices from relays