diff --git a/README.md b/README.md index 4f3e6641..172aeb5f 100644 --- a/README.md +++ b/README.md @@ -121,13 +121,13 @@ This can be changed at config/config.js. As of June 2014, storing the livenet bl ## Development -To run `bitcore-node` locally for development with grunt: +To run `bitcore-node` locally for development with gulp: -```$ NODE_ENV=development grunt``` +```$ NODE_ENV=development gulp``` To run the tests -```$ grunt test``` +```$ gulp test``` ## Caching schema diff --git a/package.json b/package.json index dce6461a..8f5fc4f2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bitcore" ], "scripts": { - "start": "node node_modules/grunt-cli/bin/grunt" + "start": "node index.js" }, "dependencies": { "async": "0.9.0",