diff --git a/README.textile b/README.textile index 55a5dea6..9224e02b 100644 --- a/README.textile +++ b/README.textile @@ -13,7 +13,7 @@ h4. Running with built in server * @git clone git://github.com/mobz/elasticsearch-head.git@ * @cd elasticsearch-head@ * @npm install@ -* @grunt server@ +* @npm run start@ * @open@ "http://localhost:9100/":http://localhost:9100/ diff --git a/package.json b/package.json index 542125f1..c42f8d89 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "test": "test" }, "scripts": { + "start": "grunt server", "test": "grunt jasmine", "proxy": "node proxy/index.js" },