From b223b745591d977e93b175e1a600fcc82a5d5ab0 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 12 Dec 2016 10:29:10 -0500 Subject: [PATCH] Condense version text --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef5bd347d..baae7beac 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Psalm is a static analysis tool for finding errors in PHP applications. -Version 0.3.x supports checking PHP 5.4 - 7.1 code, and requires PHP 5.5 and higher to run. - -Version 0.2.x supports checking PHP 5.4 - 7.0 code and requires PHP 5.4 and higher to run. + - **v0.3.x** supports checking PHP 5.4 - 7.1 code, and requires PHP **5.5+** to run. + - **v0.2.x** supports checking PHP 5.4 - 7.0 code and requires PHP **5.4+** to run. Check out the [wiki](https://github.com/vimeo/psalm/wiki) or [try a live demo](http://getpsalm.org/)!