We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39dfcb commit 917f0feCopy full SHA for 917f0fe
README.md
@@ -43,13 +43,13 @@ Or you can include it directly in your HTML file from a CDN.
43
ES Modules:
44
45
```html
46
-<script type="module" src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.5/dist/pwc.mjs"></script>
+<script type="module" src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.9/dist/pwc.mjs"></script>
47
```
48
49
UMD:
50
51
52
-<script src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.5"></script>
+<script src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.9"></script>
53
54
55
## Tag Reference 📖
0 commit comments