From 593ac60cae00dc4bcbd306943ba782bf24bf4884 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 3 Jul 2019 19:16:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d7b4e..bc87ea7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ phpmon is a macOS utility that runs on your Mac and displays the active PHP vers ### Version detection -This utility runs `php -v` in the background periodically and extracts the version number. +This utility runs `php -r 'print phpversion();'` in the background periodically and extracts the version number. ### Switching PHP versions