Skip to content

Commit fd2fafb

Browse files
authored
Merge pull request #233 from rafaeliga/examples-relative-time-element-include
fix: fixes examples include to relative-time-element
2 parents 60a8953 + 7185472 commit fd2fafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2>Localised Dates</h2>
186186
</p>
187187

188188
<!-- <script type="module" src="../dist/index.js"></script> -->
189-
<script type="module" src="https://unpkg.com/@github/time-elements@latest?module"></script>
189+
<script type="module" src="https://unpkg.com/@github/relative-time-[email protected]/dist/bundle.js"></script>
190190
<script>
191191
document.body.addEventListener('relative-time-updated', event => {
192192
console.log('event from', event.target, event)

0 commit comments

Comments
 (0)