README: fix typo

replace closing `<div>` by closing `<article>`
This commit is contained in:
Johan Euphrosine 2014-07-30 00:19:12 -07:00
parent 7eb2df83c6
commit e816f00472

View File

@ -46,7 +46,7 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con
<article class="markdown-body">
<h1>Unicorns</h1>
<p>All the things</p>
</div>
</article>
```