Skip to content

Commit c1315e3

Browse files
committed
Update README.md
1 parent 09060c3 commit c1315e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ You can create a simple simulation with one triangle and two muscles, where one
3535
</head>
3636
<body>
3737
<script type="module">
38-
import algovivo from "https://cdn.jsdelivr.net/gh/juniorrojas/algovivo@151c3a8/build/algovivo.min.mjs";
38+
import algovivo from "https://cdn.jsdelivr.net/gh/juniorrojas/algovivo@9f68b2c/build/algovivo.min.mjs";
3939
4040
async function loadWasm() {
41-
const response = await fetch("https://cdn.jsdelivr.net/gh/juniorrojas/algovivo@151c3a8/build/algovivo.wasm");
41+
const response = await fetch("https://cdn.jsdelivr.net/gh/juniorrojas/algovivo@9f68b2c/build/algovivo.wasm");
4242
const wasm = await WebAssembly.instantiateStreaming(response);
4343
return wasm.instance;
4444
}

0 commit comments

Comments
 (0)