8000 README: fix typo · akoenig/github-markdown-css@e816f00 · GitHub
[go: up one dir, main page]

Skip to content

Commit e816f00

Browse files
committed
README: fix typo
replace closing `<div>` by closing `<article>`
1 parent 7eb2df8 commit e816f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con
4646
<article class="markdown-body">
4747
<h1>Unicorns</h1>
4848
<p>All the things</p>
49-
</div>
49+
</article>
5050
```
5151

5252

0 commit comments

Comments
 (0)
0