diff --git a/README.md b/README.md
index bd0e581..5a07cc3 100644
--- a/README.md
+++ b/README.md
@@ -5,17 +5,19 @@
**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's tightly integrated with [Laravel Valet](https://github.com/laravel/valet), so you need to have it set up if you want to use all of the functionality of the app (consult the FAQ below with info about how to set up your environment).
-
+
-Screenshot: Showing the key functionality of PHP Monitor.
+Screenshot: Showing the key functionality of PHP Monitor. You can switch between PHP versions, manage PHP installations, install extensions, manage domains, and much more.
-It's super convenient to switch between different versions of PHP. You'll even get notifications (only if you choose to opt-in, of course)!
+It's super convenient to **globally switch** between different versions of PHP. This applies the selected version of PHP as the default on your system.
+
+If you prefer, you can also **pick a PHP version on a per-site basis** (this uses Valet's site isolation feature) which is very helpful.
PHP Monitor also gives you quick access to various useful functionality (like accessing configuration files, restarting services, and more).
-You can also add new domains as links, isolate sites, manage various services, and perform First Aid to fix all kinds of common PHP link issues.
+You can also add new domains as links, isolate sites, manage various services, and perform First Aid to fix all kinds of common PHP and Homebrew issues.
## 🖥 System requirements
diff --git a/docs/screenshot.jpg b/docs/screenshot.jpg
deleted file mode 100644
index 6acd47a..0000000
Binary files a/docs/screenshot.jpg and /dev/null differ
diff --git a/docs/screenshot@2x.jpg b/docs/screenshot@2x.jpg
new file mode 100644
index 0000000..95e41fb
Binary files /dev/null and b/docs/screenshot@2x.jpg differ
diff --git a/docs/screenshot_og@2x.png b/docs/screenshot_og@2x.png
new file mode 100644
index 0000000..9cb0d4d
Binary files /dev/null and b/docs/screenshot_og@2x.png differ