From 40f8f180afb85a2018ebdff4d9d1159bfe7fce0b Mon Sep 17 00:00:00 2001 From: Michael Folkson Date: Wed, 6 Oct 2021 08:38:25 +0100 Subject: [PATCH] docs: Update README to link to pyln-client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce46a66b85b..ad7ee770ff8b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This creates a `.lightning/` subdirectory in your home directory: see `man -l do ### Using The JSON-RPC Interface -c-lightning exposes a [JSON-RPC 2.0][jsonrpcspec] interface over a Unix Domain socket; the `lightning-cli` tool can be used to access it, or there is a [python client library](contrib/pylightning). +c-lightning exposes a [JSON-RPC 2.0][jsonrpcspec] interface over a Unix Domain socket; the `lightning-cli` tool can be used to access it, or there is a [python client library](contrib/pyln-client). You can use `lightning-cli help` to print a table of RPC methods; `lightning-cli help ` will offer specific information on that command.