Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit 097f885

Browse files
author
Walker Leite
committed
doc(readme): add missing :umd parameter to example
1 parent 11e9ebf commit 097f885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Vue.component('my-cmp', myCmp);
6161
#### UMD
6262

6363
```bash
64-
$ npm run build
64+
$ npm run build:umd
6565
```
6666

6767
```html

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vue.component('{{ name }}', {{ camelcase name }});
2323
## UMD
2424

2525
```bash
26-
$ npm run build
26+
$ npm run build:umd
2727
```
2828

2929
```html

0 commit comments

Comments
 (0)