Skip to content

Commit

Permalink
fix code snippet indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellbenton committed Apr 7, 2021
1 parent 0282acd commit 990a528
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ Wrap the entire set of `<li>` items with an `<ol>` and `</ol>` like so:

```html
<ol>
<li>"Love Will Tear Us Apart"</li>
<li>"Bela Lugosi's Dead"</li>
<li>"A Forest"</li>
<li>"Nine While Nine"</li>
<li>"Girlfriend In a Coma"</li>
<li>"Love Will Tear Us Apart"</li>
<li>"Bela Lugosi's Dead"</li>
<li>"A Forest"</li>
<li>"Nine While Nine"</li>
<li>"Girlfriend In a Coma"</li>
</ol>
```

Expand Down

0 comments on commit 990a528

Please sign in to comment.