Skip to content

Commit 96423b9

Browse files
committed
Fix URLs
1 parent 81fdff9 commit 96423b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _or_
5757

5858
<!-- prettier-ignore -->
5959
```html
60-
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
60+
<script src="https://unpkg.com/scroll-scene-element/dist/scroll-scene-element.js" type="module"></script>
6161
```
6262

6363
If you have experience with [Scrollama](https://github.com/russellgoldenberg/scrollama) or [`@newswire/scroller`](https://github.com/rdmurphy/scroller) it may be surprising that there's no "init" step. Thanks to custom elements the initalization happens automatically just by using `<scroll-scene>`.

docs/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
z-index: 9000;
7474
}
7575
</style>
76-
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
76+
<script src="https://unpkg.com/scroll-scene-element/dist/scroll-scene-element.js" type="module"></script>
7777
<script type="module">
7878
const offset = 0.5;
7979

docs/progress.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
z-index: 9000;
7575
}
7676
</style>
77-
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
77+
<script src="https://unpkg.com/scroll-scene-element/dist/scroll-scene-element.js" type="module"></script>
7878
<script type="module">
7979
const offset = 0.5;
8080

docs/sticky.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
z-index: 9000;
128128
}
129129
</style>
130-
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
130+
<script src="https://unpkg.com/scroll-scene-element/dist/scroll-scene-element.js" type="module"></script>
131131
<script type="module">
132132
const offset = 0.5;
133133

0 commit comments

Comments
 (0)