From 9545a295cf4cfda6e728ebf0948a12bc5530e42d Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 7 Jan 2016 16:48:43 +0100 Subject: [PATCH] README.md: Add PHP 5.3+ requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e1f10e..7d72281 100644 --- a/README.md +++ b/README.md @@ -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