update readme to match website

This commit is contained in:
Emanuil Rusev 2013-11-20 23:10:03 +02:00
parent e3b8026e39
commit cdb2646063
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
## Parsedown
Parsedown is a Markdown parser for PHP. It is fast, consistent and easy to use.
Fast, consistent and easy to use [Markdown][1] parser for PHP.
[Home](http://parsedown.org) · [Demo](http://parsedown.org/explorer/) · [Tests](http://parsedown.org/tests/)
[Home](http://parsedown.org) · [Demo](http://parsedown.org/explorer/) · [Tests](http://parsedown.org/tests/)
### Installation
@ -17,3 +17,5 @@ $result = Parsedown::instance()->parse($text);
echo $result; # prints: <p>Hello <strong>Parsedown</strong>!</p>
```
[1]: http://daringfireball.net/projects/markdown/