Skip to content

Commit 5db8a28

Browse files
committed
Corrected the heading
1 parent 456e63d commit 5db8a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rock-Paper-Scissor Game/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313

1414
<div class="container">
15-
<h2>Challenge 3: Rock Paper Scissors</h2>
15+
<h2>Rock Paper Scissors</h2>
1616
<p id="startingPoint">Choose any one.</p>
1717
<div class="flex-box" id="flex-box-rps">
1818
<img src="images/rock.jpeg" alt="This is a rock image." id="rock" width="150px" height="150px"

0 commit comments

Comments
 (0)