Add Requirements section to README

This commit is contained in:
Haralan Dobrev 2013-11-18 22:55:16 +02:00
parent e3b8026e39
commit 7b03a46c78

View File

@ -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).