From f045aa5be69110eea80ab0fc5acedcf56b7d2f04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 28 Mar 2013 16:06:52 +0200 Subject: [PATCH] correct requirement docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1541260..72e246b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Numbers may be expressed with size qualifiers (TB, GB, MB). It expression is taken via `-e` option, the warning and critical tresholds are configurable with `-w` and `-c` options respectively. Additionally `-i` option allows you inverse the comparision logic. -Requires: php 5.0, php-json (if using php 5.2, use json pecl) +Requires: php 5.2, [php-json](http://php.net/json) (if using php < 5.2, use [json pecl](http://pecl.php.net/package/json)) Examples ======== -- 2.44.0