Jessica Lord hace 9 años
padre
commit
df6263172b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -14,6 +14,6 @@
 
   <script>
     // You can also require other files to run in this process
-    require('renderer.js')
+    require('./renderer.js')
   </script>
 </html>