diff --git a/README.md b/README.md index ffd4c40..3814292 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Parsedown is a Markdown parser for PHP. It is fast, consistent and easy to use. [Home](http://parsedown.org) · [Demo](http://parsedown.org/explorer/) · [Tests](http://parsedown.org/tests/) +### Requirements + +Parsedown supports PHP 5.2+ and does not have any external dependencies. + ### Installation Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown).