1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

README.md: Add PHP 5.3+ requirement

This commit is contained in:
Daniel Rudolf 2016-01-07 16:48:43 +01:00
parent 3d649081e5
commit 9545a295cf

View File

@ -22,7 +22,7 @@ Better Markdown Parser in PHP
### Installation
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown).
Include `Parsedown.php` or install [the composer package](https://packagist.org/packages/erusev/parsedown). Parsedown requires PHP 5.3+
### Example