Skip to content

Commit

Permalink
docs(README): fix umd script link
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored and gruhn committed Sep 14, 2023
1 parent 8b63990 commit c978ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ Vue.use(VueQrcodeReader);
Include the following JS file:
https://unpkg.com/vue-qrcode-reader/dist/VueQrcodeReader.umd.min.js
https://unpkg.com/vue-qrcode-reader/dist/vue-qrcode-reader.umd.cjs
Make sure to include it after Vue:
```html
<script src="./vue.js"></script>
<script src="./VueQrcodeReader.umd.min.js"></script>
<script src="./vue-qrcode-reader.umd.cjs"></script>
```
All components are automatically registered globally.
Expand Down

0 comments on commit c978ed8

Please sign in to comment.