From 2868efa779709d0cf3dba684cc858428e0aa52f4 Mon Sep 17 00:00:00 2001 From: hustrust Date: Tue, 2 Sep 2025 16:28:51 +0800 Subject: [PATCH] chore: remove redundant word in docs/freq-ui.md Signed-off-by: hustrust --- docs/freq-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freq-ui.md b/docs/freq-ui.md index f1eec3cb9..9f877a004 100644 --- a/docs/freq-ui.md +++ b/docs/freq-ui.md @@ -4,7 +4,7 @@ Freqtrade provides a builtin webserver, which can serve [FreqUI](https://github. By default, the UI is automatically installed as part of the installation (script, docker). freqUI can also be manually installed by using the `freqtrade install-ui` command. -This same command can also be used to update freqUI to new new releases. +This same command can also be used to update freqUI to new releases. Once the bot is started in trade / dry-run mode (with `freqtrade trade`) - the UI will be available under the configured API port (by default `http://127.0.0.1:8080`).