remove footer from readme

This commit is contained in:
Emanuil 2013-07-24 00:32:31 +03:00
parent b29c2459e0
commit 4e64695055
1 changed files with 1 additions and 5 deletions

View File

@ -17,8 +17,4 @@ $text = 'Hello **Parsedown**!';
$result = Parsedown::instance()->parse($text);
echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
```
---
[![Coverage Status](https://coveralls.io/repos/erusev/parsedown/badge.png?branch=master)](https://coveralls.io/r/erusev/parsedown?branch=master)
```