diff --git a/README.md b/README.md index f3e4636..8d90bfa 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ Method 1: using port-forward ``` Note: the default port is 8443. ![Alt text](./images/web_console_5.png?raw=true) -2. Run the command below to set port-forward, replace the with the name of your Redis Enterprise Cluster, use the port of the service for the service port and the port you want to use on the local machine as the local port: +2. Run the kubectl port-forward service to set port-forward. Replace the with the name of your Redis Enterprise Cluster, replace with the port of the service, and replace with the port you want to use on the local machine. ```bash kubectl port-forward service/-ui : ```