Skip to content

Commit 917f0fe

Browse files
authored
Update README.md
1 parent b39dfcb commit 917f0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Or you can include it directly in your HTML file from a CDN.
4343
ES Modules:
4444

4545
```html
46-
<script type="module" src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.5/dist/pwc.mjs"></script>
46+
<script type="module" src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.9/dist/pwc.mjs"></script>
4747
```
4848

4949
UMD:
5050

5151
```html
52-
<script src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.5"></script>
52+
<script src="https://cdn.jsdelivr.net/npm/@playcanvas/web-components@0.1.9"></script>
5353
```
5454

5555
## Tag Reference 📖

0 commit comments

Comments
 (0)