lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit 9e5d61433d389894a9b39840be20f41d3494c05f
parent b2ce29df681ed653b3d243623b7350bd5ff3c99e
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 16 Mar 2022 16:24:29 -0700

readme update

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -39,13 +39,13 @@ This will build `lnsocket.a`, `libsodium.a` and `libsecp256k1.a` under This will build `lnsocket.js` and `lnsocket.wasm` in `target/js` so that you can connect to the lightning network from your browser via websockets. See -[websockets.js](examples/websockets.js) for a demo. +[examples/websockets.js](examples/websockets.js) for a demo. ### NodeJS $ npm install --save lnsocket -See [node.js](examples/node.js) +See [examples/node.js](examples/node.js) ## C Examples