diff --git a/README.md b/README.md
index 38173ab..731ed21 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,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's tightly integrated with [Laravel Valet](https://github.com/laravel/valet), so you need to have it set up before you can use this app (consult the FAQ below with info about how to set up your environment).
-
-
+
Screenshot: Showing the key functionality of PHP Monitor.
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)!
-
-
+
PHP Monitor also gives you quick access to various useful functionality (like accessing configuration files, restarting services, and more).
@@ -43,13 +41,15 @@ valet install
valet trust
```
-#### Manual installation (first time only)
+#### Manual installation (recommended, first time only)
Once that's done, you can [download the latest release](https://github.com/nicoverbruggen/phpmon/releases/latest), unzip it and place it in `/Applications`.
#### Installation via Homebrew
-If you prefer to install the app via Homebrew, you can also do this:
+*Prior to version 5.8, this was the recommended way of installing PHP Monitor.*
+
+If you prefer to install the app via Homebrew, you can also run the following:
```sh
brew tap nicoverbruggen/homebrew-cask
@@ -58,9 +58,11 @@ brew install --cask phpmon
## ⬆️ How to update
-The recommended method of updating your app to the latest version is to use **the built-in updater**.
+The recommended method of updating the app to the latest version is to use **the built-in updater**.
-If that doesn't work or you prefer Homebrew, you can also upgrade via those methods.
+If you have a very slow internet connection, the updater may report that the download has timed out. In that case, you may wish to manually update by [downloading the latest release](https://github.com/nicoverbruggen/phpmon/releases/latest) and placing the app in `/Applications`.
+
+(You may also use Homebrew to update PHP Monitor, but this will require you to approve the app every time an update is installed. If you use the built-in updater, this won't be necessary.)
## ⚡️ Launchers (Alfred, Raycast)
diff --git a/docs/notification-dark.png b/docs/notification-dark.png
deleted file mode 100644
index 9cce2e9..0000000
Binary files a/docs/notification-dark.png and /dev/null differ
diff --git a/docs/screenshot-dark.jpg b/docs/screenshot-dark.jpg
deleted file mode 100644
index bc1e7c3..0000000
Binary files a/docs/screenshot-dark.jpg and /dev/null differ
diff --git a/docs/screenshot.jpg b/docs/screenshot.jpg
index 16a1316..4ab45d5 100644
Binary files a/docs/screenshot.jpg and b/docs/screenshot.jpg differ