From 2547d932a06d2ec5e050c7fddd173635fac59cb6 Mon Sep 17 00:00:00 2001 From: Zuopan Li Date: Fri, 26 Jan 2024 20:51:34 -0800 Subject: [PATCH] Text fix. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c0b8bbbb..ddeb3a09 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ The dashboard supports the following properties for the configuration: * `Username` : Set a username for accessing the dashboard (basic auth). * `Password` : Set a password for accessing the dashboard (basic auth). * `Host` : Host name to bind the web server to (default is *). -* `Port` : Set the the number for the dashboard to listen on (default is 8080). +* `Port` : Set the port number for the dashboard to listen on (default is 8080). * `HostSelf` : Set the dashboard to host it's own http server (default is true). * `CounterUpdateIntervalMs` : The update interval in milliseconds between sampling counters (default is 1000).