8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a8953 commit 7185472Copy full SHA for 7185472
examples/index.html
@@ -186,7 +186,7 @@ <h2>Localised Dates</h2>
186
</p>
187
188
<!-- <script type=&qu 58EB ot;module" src="../dist/index.js"></script> -->
189
- <script type="module" src="https://unpkg.com/@github/time-elements@latest?module"></script>
+ <script type="module" src="https://unpkg.com/@github/relative-time-element@4.1.2/dist/bundle.js"></script>
190
<script>
191
document.body.addEventListener('relative-time-updated', event => {
192
console.log('event from', event.target, event)
0 commit comments