From c2d36d1458cfba0998ae9945d6829428875a5ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Fri, 15 Feb 2019 15:32:57 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41feacab31..ba33787b5a 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ $ kubectl expose deployment hello-minikube --type=NodePort service "hello-minikube" exposed ``` -You can get the URL for the NodePort deployment by using: +Open the endpoint in your browser: -`minikube service hello-minikube --url` +`minikube service hello-minikube` Start a second local cluster: