From cdb264606379779472d8bd95bbcdd5e84b925864 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Wed, 20 Nov 2013 23:10:03 +0200 Subject: [PATCH] update readme to match website --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffd4c40..af83a0e 100644 --- a/README.md +++ b/README.md @@ -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:

Hello Parsedown!

``` + +[1]: http://daringfireball.net/projects/markdown/