Skip to content

Commit

Permalink
docs: Update README to link to pyln-client
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfolkson authored and cdecker committed Oct 6, 2021
1 parent 24e6005 commit 40f8f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>`
will offer specific information on that command.
Expand Down

0 comments on commit 40f8f18

Please sign in to comment.