Skip to content

Commit aec9139

Browse files
authored
Merge pull request #259 from Aetherpoint/master
Just fixed the link in the example!
2 parents e575e6f + 0c48706 commit aec9139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sun-sky/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install and use by directly including the [browser files](dist):
1212
<head>
1313
<title>My A-Frame Scene</title>
1414
<script src="https://aframe.io/releases/0.9.0/aframe.min.js"></script>
15-
<script src="https://unpkg.com/aframe-sun-sky-component@^3.0.3/dist/aframe-sun-sky-component.min.js"></script>
15+
<script src="https://unpkg.com/aframe-sun-sky@3.0.3/dist/aframe-sun-sky.min.js"></script>
1616
</head>
1717

1818
<body>

0 commit comments

Comments
 (0)