From 9728816ae9fe4e581cc5e34e39611ac974a6a58a Mon Sep 17 00:00:00 2001 From: Amir Abrams Date: Sat, 25 Aug 2018 16:34:23 -0500 Subject: [PATCH] Update README file: server -> bitcore-node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b73313548..472fb67fa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Insight requires [Node.js](https://nodejs.org) 8.2 and [MongoDB](https://www.mon To get started, clone this repository, then – with `mongod` running – install and run insight: ```bash -git clone -b next https://github.com/bitpay/insight.git && cd insight/server +git clone -b next https://github.com/bitpay/insight.git && cd insight/bitcore-node npm install npm start ```