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).