From 9c6e7e880a4f6a6808cfc3e4ed88a830ccf912cf Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sat, 24 Jan 2015 01:26:59 +0200 Subject: [PATCH] improve readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a88e7f..9d8e203 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ It tries to read Markdown like a human. First, it looks at the lines. It’s int We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages. -**Is Parsedown compliant with CommonMark?** +**Is it compliant with CommonMark?** It passes most of the CommonMark tests. As CommonMark matures, compliance should improve. -**Who uses Parsedown?** +**Who uses it?** [phpDocumentor](http://www.phpdoc.org/), [October CMS](http://octobercms.com/), [Bolt CMS](http://bolt.cm/), [Kirby CMS](http://getkirby.com/), [Grav CMS](http://getgrav.org/), [Statamic CMS](http://www.statamic.com/), [RaspberryPi.org](http://www.raspberrypi.org/) and [more](https://www.versioneye.com/php/erusev:parsedown/references). -**What can I do to improve Parsedown?** +**What can I do to help?** Use it, star it, share it, report issues, send pull requests and if you feel generous, [donate some money](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=528P3NZQMP8N2).