diff --git a/docs/package.json b/docs/package.json index 690a03571e..a3db127e2e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "convert": "node ./cy_scripts/convert.js", "deploy": "npm run build && hexo deploy", "build-prod": "hexo clean && hexo generate && gulp prep", - "watch-dev": "hexo server --port 2222" + "start": "hexo server --port 2222" }, "devDependencies": { "colors": "^1.1.2", diff --git a/docs/readme.md b/docs/readme.md index 7808173a3a..924fa1ed39 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -22,7 +22,7 @@ npm install npm start ``` -Visit [http://localhost:4000/](http://localhost:4000/) +Visit [http://localhost:2222/](http://localhost:2222/) ### Writing Docs