From 6bc9fe13d65a19512284f73b671285141f23db66 Mon Sep 17 00:00:00 2001 From: Jorge Morales Pou Date: Mon, 18 Jul 2016 11:39:25 +0200 Subject: [PATCH] Update README.md Fixed service name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b83a8929b21..92f6d452f2d0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ NAME READY STATUS RESTARTS AGE hello-minishift-3383150820-vctvh 1/1 Running 0 13s # We can see that the pod is now Running and we will now be able to curl it: -$ curl $(minishift service hello-minikube --url) +$ curl $(minishift service hello-minishift --url) CLIENT VALUES: client_address=192.168.99.1 command=GET