summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuil Rusev <hello@erusev.com>2015-03-18 20:39:40 +0200
committerEmanuil Rusev <hello@erusev.com>2015-03-18 20:39:40 +0200
commit85eadccc055fdbd973b4a3e6c3ca4e18c362c416 (patch)
tree9b2f4601df0d37b50965a21c39b5c236583c3847
parent11e02d45fad2c54caec232c909963b1ca8d0b487 (diff)
parentc94fa12d6704ef9afed5ae94e1592fba52b98d4b (diff)
downloadparsedown-85eadccc055fdbd973b4a3e6c3ca4e18c362c416.zip
parsedown-85eadccc055fdbd973b4a3e6c3ca4e18c362c416.tar.gz
parsedown-85eadccc055fdbd973b4a3e6c3ca4e18c362c416.tar.bz2
Merge pull request #297 from hkdobrev/patch-1
Remove "tested in PHP 5.2"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 338b0b9..e725045 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Better Markdown Parser in PHP
* [Fast](http://parsedown.org/speed)
* [Consistent](http://parsedown.org/consistency)
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
-* [Tested](http://parsedown.org/tests/) in PHP 5.2, 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
+* [Tested](http://parsedown.org/tests/) in PHP 5.3, 5.4, 5.5, 5.6 and [hhvm](http://www.hhvm.com/)
* [Extensible](https://github.com/erusev/parsedown/wiki/Writing-Extensions)
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)