From 5cd209d9d13ad547a1f21b48f443228fc5bac210 Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:41:14 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2cebf7..69face9b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For easy setup on your Laptop/Desktop, [a node wizard is available here.](https: * Looks for local LND in its default path * Default gun peer is `gun.shock.network` * Change defaults in `defaults.js` -* Requires [Node.js](https://nodejs.org) 14 +* Requires [Node.js](https://nodejs.org) 16 #### Steps: 1) Run [LND](https://github.com/shocknet/lnd/releases) - *Example mainnet startup*: @@ -42,7 +42,7 @@ For easy setup on your Laptop/Desktop, [a node wizard is available here.](https: 2) Download and Install API ``` -git clone https://github.com/shocknet/api +git clone https://github.com/shocknet/Lightning.Pub cd api yarn install ```