Skip to content

Commit 4aa6541

Browse files
committed
Fixed the lists lmao
1 parent 518780c commit 4aa6541

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Boids.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<h2> Contents </h2>
3737

3838
<ul>
39-
<p> There's probably a bootstrap component for this... </p>
39+
<li> There's probably a bootstrap component for this... </li>
4040
</ul>
4141

4242
<h2> What you'll create </h2>
@@ -46,9 +46,10 @@ <h2> What you'll create </h2>
4646
<emph> (This is not an actual boids sketch btw - this is a random stepper) </emph>
4747

4848
<h2> Prereqs </h2>
49-
50-
<ul> Know how to program using a procedural language e.g. Python, Java, C#, JavaScript etc. </ul>
51-
<ul> Basic OOP i.e. you know what a class is </ul>
49+
<ul>
50+
<li> Know how to program using a procedural language e.g. Python, Java, C#, JavaScript etc. </li>
51+
<li> Basic OOP i.e. you know what a class is </li>
52+
</ul>
5253

5354
<p> We will be coding in JavaScript but don't worry about knowing the ins and outs of the language; you should be able to pick it up as we go! </p>
5455

0 commit comments

Comments
 (0)