diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index dfe347c..3bb9695 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -24,7 +24,7 @@ is easy to do: ```shell npm install; -npm run serve; +npm start; ``` The tests and linter will now be available at diff --git a/package.json b/package.json index 90f7e8e..d9a86c5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "main": "lib/sequence-diagram", "scripts": { - "serve": "node_modules/.bin/http-server", + "start": "node_modules/.bin/http-server", "minify": "node node_modules/.bin/r.js -o scripts/build.js && node_modules/.bin/uglifyjs --compress --mangle --warn --output lib/sequence-diagram.min.js -- lib/sequence-diagram.js" }, "devDependencies": {