From 3ce3a64346dc78437f84604746264b5c5a9c7a88 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 4 Mar 2019 20:22:34 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43156de..b8e3706 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The Lnrpc::Client constructor allows the following options: * address: - `address` : lnd address as string. format: address:port, e.g. localhost:10009 (default) -If no credentials or no macaroon is provied defaults files are assumed in `ENV['LND_HOME'] || "~/.lnd"`. +If no credentials or no macaroon is provided default files are assumed in `ENV['LND_HOME'] || "~/.lnd"`. A macaroon is required. ```ruby