From 323a60fe31955e7ba91511d4d51c3aa430812d31 Mon Sep 17 00:00:00 2001 From: Olga Kruglova <33450462+olkruglova@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:47:12 +0100 Subject: [PATCH] Fix inconsistency in README.md (#643) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53742f8..82e1b04 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ If your port 8080 is busy, you can specify a different port to use via `--port < If you need to limit the operations to a specific namespace, please use `--namespace=...` in your command-line. You can specify multiple namespaces, separated by commas. -If you don't want the browser tab to automatically open, add `--no-browser` flag in your command line. +If you don't want the browser tab to automatically open, add `--no-browser` flag in your command-line. If you want to increase the logging verbosity and see all the debug info, use the `--verbose` flag.