From b0f4deb0d8d760c99361e67556f10d8dc3df93d9 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Wed, 26 Feb 2014 18:54:03 -0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c619a7..2551e29 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,11 @@ bitcoind must be running and must have finished downloading the blockchain **bef Run the main application: - $ node insight.js + $ npm start + + Or just run: + + $ INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js Then open a browser and go to: @@ -111,10 +115,6 @@ To compile and minify the web application's assets: ```$ grunt compile``` -To run the tests - -```$ grunt test``` - Contributions and suggestions are welcomed at [insight github repository](https://github.com/bitpay/insight).