diff --git a/README.md b/README.md index f4c5dd2..54cf312 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ PHP Monitor (or phpmon) is a lightweight macOS utility app that runs on your Mac and displays the active PHP version in your status bar. -It also gives you quick access to various useful functionality (like switching PHP versions, restarting services, accessing configuration files, and more). +phpmon screenshot (menu bar app) -phpmon screenshot +It's also super convenient to switch between different versions of PHP. You'll even get notifications (only if you choose to opt-in, of course)! -For me, it comes in handy when running multiple versions of PHP with Homebrew. If you wish to be able to see at a glance which version is currently linked & active with Laravel Valet, PHP Monitor is your new best friend. +phpmon screenshot (notification) -It's also super convenient to switch between different versions of PHP, or to find your currently active .ini file! +It also gives you quick access to various useful functionality (like accessing configuration files, restarting services, and more). ## 🖥 System requirements diff --git a/docs/notification.png b/docs/notification.png new file mode 100644 index 0000000..dc4477f Binary files /dev/null and b/docs/notification.png differ diff --git a/docs/screenshot.png b/docs/screenshot.png index e743403..8f12921 100644 Binary files a/docs/screenshot.png and b/docs/screenshot.png differ