We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44a3a2b + 3a69c02 commit 7828e3bCopy full SHA for 7828e3b
src/templates/pages/get-started/index.hbs
@@ -39,7 +39,7 @@ slug: get-started/
39
40
<pre class='p5-replace'><code class="language-markup"><html>
41
<head>
42
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/lib/p5.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/[p5_version]/p5.js"></script>
43
<script src="sketch.js"></script>
44
</head>
45
<body>
0 commit comments