diff --git a/README.md b/README.md index e4f82a3..8d5175d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ HTTPing probes an HTTP or HTTPS endpoint and reports response latency. +![HTTPing live dashboard](docs/assets/httping-dashboard.gif) + ## Installation Download an archive or run an installer from the @@ -96,8 +98,6 @@ HTTPing selects a free local port and opens the dashboard in the default browser. The dashboard shows live summary cards, a latency chart, and recent probe results. It binds only to `127.0.0.1`. -![HTTPing live dashboard](docs/assets/httping-dashboard.gif) - Use `--no-open` to keep the browser closed, `--port` to select a fixed port, and `--history` to set the number of recent results kept in memory: diff --git a/docs/assets/httping-dashboard.gif b/docs/assets/httping-dashboard.gif index c519691..75552b6 100644 Binary files a/docs/assets/httping-dashboard.gif and b/docs/assets/httping-dashboard.gif differ