Skip to content

Commit

Permalink
docs: fix wrong unpkg link
Browse files Browse the repository at this point in the history
  • Loading branch information
yannic-bruegger-voss authored and gruhn committed Jan 12, 2024
1 parent 9278e21 commit 8d011e9
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 @@ -126,13 +126,13 @@ Vue.use(VueQrcodeReader)

Include the following JS file:

https://unpkg.com/vue-qrcode-reader/dist/vue-qrcode-reader.umd.cjs
https://unpkg.com/vue-qrcode-reader/dist/vue-qrcode-reader.umd.js

Make sure to include it after Vue:

```html
<script src="./vue.js"></script>
<script src="./vue-qrcode-reader.umd.cjs"></script>
<script src="./vue-qrcode-reader.umd.js"></script>
```

All components are automatically registered globally.
Expand Down

0 comments on commit 8d011e9

Please sign in to comment.