Skip to content

Commit

Permalink
Define version of package in unpkg example
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Kozak committed Jan 11, 2021
1 parent c588c50 commit 0bea413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install qr-code-styling
<head>
<meta charset="UTF-8">
<title>QR Code Styling</title>
<script type="text/javascript" src="https://unpkg.com/qr-code-styling/lib/qr-code-styling.js"></script>
<script type="text/javascript" src="https://unpkg.com/qr-code-styling@1.3.3/lib/qr-code-styling.js"></script>
</head>
<body>
<div id="canvas"></div>
Expand Down

0 comments on commit 0bea413

Please sign in to comment.