Skip to content

Commit 06c26c6

Browse files
committed
Update unpkg link in browser install example
1 parent c6c5453 commit 06c26c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Install and use by directly including the [browser files](dist):
6161
<head>
6262
<title>My A-Frame Scene</title>
6363
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
64-
<script src="https://unpkg.com/aframe-cubemap-component@2.1.1/index.js"></script>
64+
<script src="https://unpkg.com/aframe-cubemap-component@3.0.0/index.js"></script>
6565
</head>
6666

6767
<body>

0 commit comments

Comments
 (0)