From 858a12820984c28e34b62b98319387f026e2fbd3 Mon Sep 17 00:00:00 2001 From: kingonly <31890660+kingonly@users.noreply.github.com> Date: Thu, 15 Aug 2019 15:31:48 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bddb67a..0a9c0ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lspd simple server -This is a simple example of an lspd server that works with an [lnd](https://github.com/lightningnetwork/lnd) node. +lspd is a simple deamon that provides [LSP](https://medium.com/breez-technology/introducing-lightning-service-providers-fe9fb1665d5f) interface to [Breez clients](https://github.com/breez/breezmobile). -This server exposes LSP services to the [Breez client](https://github.com/breez/breezmobile). +This is a simple example of an lspd that works with an [lnd](https://github.com/lightningnetwork/lnd) node. ## Installation 1. git clone https://github.com/breez/lspd (or fork)