From 246f11d7af463e432e4edf5e05464461481eb34e Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sat, 27 Oct 2018 18:04:21 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a3f5b0..61ad050 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ a lightning invoice ([BOLT311](https://github.com/lightningnetwork/lightning-rfc If so it pays the invoice through the connected [lnd node](https://github.com/lightningnetwork/lnd/) and performs a second request with the proof of payment. +### How does the server side look like? -Have a look at [@philippgille related server implementation in Go](https://github.com/philippgille/ln-paywall). +Have a look at [@philippgille's related server implementation in Go](https://github.com/philippgille/ln-paywall). ## Requirements @@ -59,7 +60,7 @@ Thanks to this properties it can be used to monetize APIs. ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/faraday_ln_paywall. +Bug reports and pull requests are welcome on GitHub at https://github.com/bumi/faraday_ln_paywall. ## License