Skip to content

Commit 938e2e5

Browse files
authored
Merge pull request #62 from ThexXTURBOXx/patch-1
Fix zero-md version
2 parents 9617f05 + d89ddb0 commit 938e2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
integrity="sha384-jzJ+sNWbKe71gDLLfQKgdtslQjhK70oKLFN+wmwxyg6mQN7Vem+wzce4pryF0HP/"
7070
crossorigin="anonymous"></script>
7171

72-
<script src="https://cdn.jsdelivr.net/npm/zero-md@3?register" type="module"
73-
integrity="sha384-rEobhniwlwAquQiUTy2McGJWpm0H1EpkURdLKoThh6Lv2fkuM2NPIX64ptgfC8Me"
72+
<script src="https://cdn.jsdelivr.net/npm/zero-md@3.1.2?register" type="module"
73+
integrity="sha384-pC9TgzoLph8mmd0K9PwH5vJbK6Be5F2opR6JOA6MivxsU8lL3uIRQayAwvrDtiGE"
7474
crossorigin="anonymous"></script>
7575

7676
<script src="https://cdn.jsdelivr.net/npm/[email protected]/umd/index.min.js"

0 commit comments

Comments
 (0)