Explorar el Código

🚚 Rename main sketch from sketch.js to main.js

Pedro Schneider hace 3 años
padre
commit
ce96822aac
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html
  2. 0 0
      src/main.js

+ 1 - 1
index.html

@@ -18,6 +18,6 @@
   </head>
   
   <body>
-    <script type="text/javascript" src="src/sketch.js"></script>
+    <script type="text/javascript" src="src/main.js"></script>
   </body>
 </html>

src/sketch.js → src/main.js