diff --git a/README.md b/README.md index 03c97d04..8523e110 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ See the [Vue Docs Writing Guide](https://github.com/vuejs/v2.vuejs.org/blob/mast ```bash $ npm install -$ npm start # dev server at http://localhost:4000 +$ npm run dev # dev server at http://localhost:4000 ``` ## Deploying @@ -33,7 +33,7 @@ $ npm run deploy If you are working on a fork and deploying to a different URL, you need to update the following accordingly: -* `url` and `deploy` sections in `_config.yml` +* `url`, `root` and `deploy` sections in `_config.yml` * `src/CNAME` ## On Translations