updated readme instructions

This commit is contained in:
tenthirtyone 2017-08-17 15:11:27 -04:00
parent 4b6482e0ad
commit d148b5ec77
2 changed files with 2 additions and 4 deletions

View File

@ -4,14 +4,14 @@
## Requirements
Insight requires [Node.js](https://nodejs.org) and [MongoDB](https://www.mongodb.com/). Consider using [n](https://github.com/tj/n) and [m](https://github.com/aheckmann/m) to install the latest versions.
Insight requires [Node.js](https://nodejs.org) 8.2 and [MongoDB](https://www.mongodb.com/). Consider using [n](https://github.com/tj/n) and [m](https://github.com/aheckmann/m) to install the latest versions.
## Quick Start
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
git clone -b next https://github.com/bitpay/insight.git && cd insight/server
npm install
npm start
```

View File

@ -35,8 +35,6 @@ module.exports = function transactionAPI(router) {
return res.status(404).send();
}
console.log(tx);
// Return UI JSON
return res.send({
txid: tx.hash,