From f5eda75b045f4f74149bb372d87b54ad6321082a Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Sun, 24 Feb 2019 01:53:22 +0200 Subject: [PATCH] Update installation instructions to use the new NPM package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8155dc5..83e19e2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The below instructions are geared toward BTC, but can be adapted easily to other ## Instructions ```bash -npm install -g janoside/btc-rpc-explorer +npm install -g btc-rpc-explorer btc-rpc-explorer ```