Skip to content

Commit

Permalink
Merge pull request #1 from vmudigal/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sbrosinski committed Apr 10, 2017
2 parents 301b42d + 20ed26d commit e44835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ To now access the service, we can use a minikube command to tell us the exact se

minikube service demo-service

This would open your browser and point it, for example, to `http://192.168.99.100:31039`. Port 31029 is the NodePort we requested and the IP address is the address of our minikube cluster. We can now access the service routes:
This would open your browser and point it, for example, to `http://192.168.99.100:31039`. Port 31039 is the NodePort we requested and the IP address is the address of our minikube cluster. We can now access the service routes:

curl http://192.168.99.100:31039/hello => {"greeting":"hello world"}

Expand Down

0 comments on commit e44835f

Please sign in to comment.