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

Commit

Permalink
doc(readme): add missing :umd parameter to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Oct 26, 2017
1 parent 11e9ebf commit 097f885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Vue.component('my-cmp', myCmp);
#### UMD

```bash
$ npm run build
$ npm run build:umd
```

```html
Expand Down
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Vue.component('{{ name }}', {{ camelcase name }});
## UMD

```bash
$ npm run build
$ npm run build:umd
```

```html
Expand Down

0 comments on commit 097f885

Please sign in to comment.