Skip to content

Commit f9289e5

Browse files
authored
[skip ci] fix command names in readme
1 parent 145db6d commit f9289e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ That's It! You're ready to go!
2222

2323
If you use [Yarn](https://yarnpkg.com/en/) (strongly recommended):
2424

25-
`yarn electron:serve`
25+
`yarn serve:electron`
2626

2727
or if you use NPM:
2828

29-
`npm run electron:serve`
29+
`npm run serve:electron`
3030

3131
### To build your app:
3232

3333
With Yarn:
3434

35-
`yarn electron:build`
35+
`yarn build:electron`
3636

3737
or with NPM:
3838

39-
`npm run electron:build`
39+
`npm run build:electron`
4040

4141
To see more documentation, [visit our website](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html).

0 commit comments

Comments
 (0)