From 31610c68f3b0c7c395bf86276a87274934248f75 Mon Sep 17 00:00:00 2001 From: ygelfand Date: Wed, 21 Feb 2024 07:42:13 -0500 Subject: [PATCH] docs Signed-off-by: ygelfand --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e74922..8b92ce2 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ Global flags can be set using environment variables starting with `POWERWALL_`, ## Examples - Start the Powerwall proxy server on the default port: ```bash - go-powerwall proxy + go-powerwall proxy -p ABCDEFGHIJ ``` - Start the Powerwall proxy server on a custom port and disable periodic refresh: ```bash - go-powerwall proxy :8888 -o -p ABCDEFGH + go-powerwall proxy :8888 -o -p ABCDEFGHIJ ``` ## Notes