From 25871004170d3fc20e970f4a904f68a63fa3e419 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sun, 10 Jan 2021 10:47:32 -0800 Subject: [PATCH] Update readme with new entrypoint description (#590) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b78e9e46..c9cadfe0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If you don't already have a bitcoin node or lightning node, you can follow the i $ python setup.py install ``` -- Start the squeak server: +- Start the squeaknode: ``` $ squeaknode --config config.ini ```