Skip to content

Commit 9b3be0c

Browse files
committed
update sha
1 parent 9c5ce53 commit 9b3be0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ The syntax takes a bit of getting used to, but once it clicks, scripts become ea
4343
Hyperscript is dependency-free and can be installed with a simple `<script>` tag:
4444

4545
~~~ html
46-
<script src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.90/dist/_hyperscript.min.js" integrity="sha384-kNli9q2SAIKZyCaj/HsxM+q3rmzWVyOTVcwQ/X1tVf7h38a1wkbfBYpckMRA0eSr" crossorigin="anonymous"></script>
46+
<script src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.90/dist/_hyperscript.min.js" integrity="sha384-PV7wvDa1ZQdFKClS9VFcKq4DDcjiyR2kv1OlifemiOm0IPHAZXdagLZ4RksgbypK" crossorigin="anonymous"></script>
4747
~~~
4848

4949
### ES Module
5050

5151
Hyperscript ships as an ES module too, either from the CDN:
5252

5353
~~~ html
54-
<script type="module" src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.90/dist/_hyperscript.esm.min.js" integrity="sha384-lNDEj2nrXBoU9smz+Hrc/bS3az2j390bFp8N7GvggJy3MkhIYx1aKrMVbJhuobyK" crossorigin="anonymous"></script>
54+
<script type="module" src="https://cdn.jsdelivr.net/npm/hyperscript.org@0.9.90/dist/_hyperscript.esm.min.js" integrity="sha384-oJBoPLZDDnPSYYJHSReRkxJGqCFX1TaguJ/NhSF96o8UbTNcEAO54fecZgqeHT2X" crossorigin="anonymous"></script>
5555
~~~
5656

5757
or via npm.

0 commit comments

Comments
 (0)