sarahciston commited on
Commit
7ac15cc
1 Parent(s): 7f57120

rename index.js to sketch.js for p5.js tutorial

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -14,7 +14,7 @@
14
  <body>
15
  <main></main>
16
 
17
- <script src="index.js" type="module"></script>
18
  </body>
19
 
20
  </html>
 
14
  <body>
15
  <main></main>
16
 
17
+ <script src="sketch.js" type="module"></script>
18
  </body>
19
 
20
  </html>