Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Missed another `<li>`.
  • Loading branch information
jjasghar authored Apr 6, 2023
1 parent eeaf6ed commit 07d63f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ Open *index.html* and update the first `<li>` like so:
</li>
```
Now, we can use JavaScript to target each `<li`>. First, we need to add the following script to the document just before the closing body tag:
Now, we can use JavaScript to target each `<li>`. First, we need to add the following script to the document just before the closing body tag:
```html
<script
Expand Down

0 comments on commit 07d63f8

Please sign in to comment.