From c10b7c5bc92c97252c17c0fe22790ca7c993a199 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sat, 27 Oct 2018 18:03:11 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1d8404..1a3f5b0 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ puts conn.get("/translate?text=Danke&to=en").body The middleware accepts the following configuration options: -* max_amount: the maximum amount of an invoice that will automatically be paid. Raises a FaradayLnPaywall::PaymentError if the server request a higher amount -* address: the address of the lnd gRPC service( default: `localhost:10009`) -* credentials: path to the tls.cert (default: `~/.lnd/tls.cert`) -* macaroon: path to the macaroon path (default: `~/.lnd/data/chain/bitcoin/testnet/admin.macaroon`) +* `max_amount`: the maximum amount of an invoice that will automatically be paid. Raises a `FaradayLnPaywall::PaymentError` if the server request a higher amount +* `address`: the address of the lnd gRPC service( default: `localhost:10009`) +* `credentials`: path to the tls.cert (default: `~/.lnd/tls.cert`) +* `macaroon`: path to the macaroon path (default: `~/.lnd/data/chain/bitcoin/testnet/admin.macaroon`) ## What is the Lightning Network?