Skip to content

Commit

Permalink
Update HTML5 Example Readme script tag not working (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTISCOOL authored Nov 19, 2021
1 parent 7e16de5 commit 4227e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/html5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Include the js library in your project
```html
<script src="https://unpkg.com/html5-qrcode/minified/html5-qrcode.min.js"></script>
<script src="https://unpkg.com/html5-qrcode"></script>
```

## Add a placeholder in html
Expand Down

0 comments on commit 4227e42

Please sign in to comment.