From 3d5e28dd8b6ca5400a8ca519e95956c97229763e Mon Sep 17 00:00:00 2001 From: bumi Date: Sun, 28 Oct 2018 23:14:56 +0100 Subject: [PATCH] Add link to the ruby rack middleware --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d01adb9..82fd6b6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ a second request with the proof of payment. ### How does the server side look like? -Have a look at [@philippgille's related server implementation in Go](https://github.com/philippgille/ln-paywall). +Have a look at the [rack middleware rack-lightning for ruby](https://github.com/bumi/rack-lightning) +or at [@philippgille's middleware for Go](https://github.com/philippgille/ln-paywall). ## Requirements