From ec39a26b5b1f8f9d8a637df2fd50fd9bb127fbb3 Mon Sep 17 00:00:00 2001 From: kingonly <31890660+kingonly@users.noreply.github.com> Date: Thu, 15 Aug 2019 15:01:12 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3135530..34f162b 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ This server exposes LSP services to the [Breez client](https://github.com/breez/ 1. Share with Breez the TOKEN and the LISTEN_ADDRESS you defined ## Implement your own server -The grpc methods are described in https://github.com/breez/lspd/blob/master/rpc/lspd.md +You can create your own server by implementing the grpc methods described [here](https://github.com/breez/lspd/blob/master/rpc/lspd.md).