Skip to content

Commit

Permalink
fix(UMDExample): revert change to script path
Browse files Browse the repository at this point in the history
Incorrectly changed in 4ded52a
  • Loading branch information
thewtex committed Jul 2, 2022
1 parent de1f5fb commit 1ce564f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/UMD/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<title>itk-wasm UMD Example</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles.css">
<script src="./itk-wasm.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/itk-wasm.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/itkVtkViewer.js"></script>
</head>

Expand Down

0 comments on commit 1ce564f

Please sign in to comment.