aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-08-03 23:12:32 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-08-03 23:12:32 +0300
commit395f8e59cbdd61d8f9569f6c8aa889035f089add (patch)
treed3a9314ee8fb0ab177ae085ce980383a146276c9
parentc80972d016fda8165a30c54b1dfb760e64ae68ea (diff)
fix readme again
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29409c7..fd5ab60 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Assuming inverterd host is `192.168.1.2`:
inverter-http-proxy --inverter-host 192.168.1.2 --host 127.0.0.1 --port 8080
```
-Then open https://127.0.0.1/get-status/ in browser. You can replace `get-status`
+Then open https://127.0.0.1:8080/get-status/ in browser. You can replace `get-status`
with any command supported by inverterd.
Command arguments aren't supported at the moment.