Skip to content

Commit

Permalink
Update npx repository URL. (vuejs#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielsLuz authored and pksunkara committed Aug 15, 2019
1 parent 7a51eac commit 94b07fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm run serve
yarn serve
```

If you have [npx](https://github.com/zkat/npx) available (should be bundled with an up-to-date version of npm), you can also invoke the binary directly with:
If you have [npx](https://github.com/npm/npx) available (should be bundled with an up-to-date version of npm), you can also invoke the binary directly with:

``` bash
npx vue-cli-service serve
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm run serve
yarn serve
```

Если у вас установлен [npx](https://github.com/zkat/npx) (должен поставляться в комплекте с последней версией npm), то вы также можете запустить бинарник напрямую:
Если у вас установлен [npx](https://github.com/npm/npx) (должен поставляться в комплекте с последней версией npm), то вы также можете запустить бинарник напрямую:

``` bash
npx vue-cli-service serve
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm run serve
yarn serve
```

如果你可以使用 [npx](https://github.com/zkat/npx) (最新版的 npm 应该已经自带),也可以直接这样调用命令:
如果你可以使用 [npx](https://github.com/npm/npx) (最新版的 npm 应该已经自带),也可以直接这样调用命令:

``` bash
npx vue-cli-service serve
Expand Down

0 comments on commit 94b07fb

Please sign in to comment.