commit e749b6d225ad7296097021e0a7523fcc56ef99bc parent 948de7b964111d8df714aee4f5cb734af2b8b1e9 Author: William Casarin <jb55@jb55.com> Date: Fri, 15 Jul 2022 18:36:49 -0700 readme correction Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ A websockets to lightning proxy `PORT=8085 ./ln-ws-proxy` -requests to `ws://127.0.0.1/24.84.152.187` will be proxied to `24.84.152.187:9735` over a real (non-websocket) connection +requests to `ws://127.0.0.1:8085/24.84.152.187` will be proxied to `24.84.152.187:9735` over a real (non-websocket) connection ## Use cases