1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-06 19:40:08 +02:00

📝 Update README

This commit is contained in:
2019-07-03 19:16:18 +02:00
parent cea95f4b64
commit 593ac60cae

View File

@ -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