From 10690662534727e35fd50cf22d6d06867a0d705d Mon Sep 17 00:00:00 2001 From: bumi Date: Sun, 28 Oct 2018 23:10:36 +0100 Subject: [PATCH] Fix configuration option in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19e863a..d01adb9 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ 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`) +* `credentials_path`: path to the tls.cert (default: `~/.lnd/tls.cert`) +* `macaroon_path`: path to the macaroon path (default: `~/.lnd/data/chain/bitcoin/testnet/admin.macaroon`) ## What is the Lightning Network?