diff --git a/README.md b/README.md index 72c8c3a..7570393 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Travel Monitor +# mTravelMonitor A self-hosted real-time travel time dashboard. Shows how long it takes to drive from a fixed HQ location to multiple offsite destinations, with color-coded status based on current traffic conditions relative to a learned baseline. @@ -187,7 +187,7 @@ When running behind a reverse proxy, bind Docker to the Caddy LXC IP only (alrea ports: - "127.0.0.1:${PORT:-8000}:8000" ``` -If Caddy runs on a different host than the Travel Monitor LXC, change `127.0.0.1` to the Caddy LXC's IP. +If Caddy runs on a different host than the mTravelMonitor LXC, change `127.0.0.1` to the Caddy LXC's IP. ---