Spaces:
Running
Running
fix path
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -162,7 +162,7 @@
|
|
| 162 |
</div>
|
| 163 |
|
| 164 |
<script type="module">
|
| 165 |
-
import { ReachyMini } from "https://cdn.jsdelivr.net/gh/pollen-robotics/reachy_mini@fix
|
| 166 |
|
| 167 |
const robot = new ReachyMini();
|
| 168 |
|
|
|
|
| 162 |
</div>
|
| 163 |
|
| 164 |
<script type="module">
|
| 165 |
+
import { ReachyMini } from "https://cdn.jsdelivr.net/gh/pollen-robotics/reachy_mini@fix%2Fjs-app-latency/js/reachy-mini.js";
|
| 166 |
|
| 167 |
const robot = new ReachyMini();
|
| 168 |
|