diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index fb4bc70..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/README.md b/README.md index 2de3edd..1758ec2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Running the app will automatically add you a tray in your menu bar. The reference to determine your ping is the Google DNS server (`8.8.8.8`), this option cannot be configured at this time) +### Thresholds + +| Indicator | Latency Range | +|:---------:|:---------------:| +| 🟢 | Latency < 40ms | +| 🟠 | Latency < 75ms | +| 🔴 | Latency >= 75ms | + ## Start app automatically on boot ###  macOS @@ -28,18 +36,15 @@ You can follow the article from Apple which explain how to start the app automat -### Thresholds - -| Indicator | Latency Range | -|:---------:|:---------------:| -| 🟢 | Latency < 40ms | -| 🟠 | Latency < 75ms | -| 🔴 | Latency >= 75ms | +### Windows +The installer automatically add the program to startup programs. ## Screenshots -![./docs/screenshot.png](/docs/screenshot.png) +![macOS screenshot](/docs/screenshot-macos.png) + +![windows screenshot](/docs/screenshot-windows.png) ## Development diff --git a/docs/screenshot.png b/docs/screenshot-macos.png similarity index 100% rename from docs/screenshot.png rename to docs/screenshot-macos.png diff --git a/docs/screenshot-windows.png b/docs/screenshot-windows.png new file mode 100644 index 0000000..00fbbf5 Binary files /dev/null and b/docs/screenshot-windows.png differ