Merge pull request #4 from proppy/patch-1

README: fix typo
This commit is contained in:
Sindre Sorhus 2014-07-30 01:23:53 -07:00
commit a77a701f48

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>
```