Jessica Lord 9 years ago
parent
commit
df6263172b
1 changed files with 1 additions and 1 deletions
  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>