summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d5a003..ad5e583 100644
--- a/README.md
+++ b/README.md
@@ -247,12 +247,12 @@ python krr.py simple --help
If your prometheus is not auto-connecting, you can use `kubectl port-forward` for manually forwarding Prometheus.
-For example, if you have prometheus Pod called `kube-prometheus-st-prometheus-0`, then run this command to port-forward it:
+For example, if you have a Prometheus Pod called `kube-prometheus-st-prometheus-0`, then run this command to port-forward it:
```sh
kubectl port-forward pod/kube-prometheus-st-prometheus-0 9090
```
-Then, run another terminal and run robusta in it, adding explicit prometheus url:
+Then, open another terminal and run krr in it, giving an explicit prometheus url:
```sh
python krr.py simple -p http://127.0.0.1:9090