Fix getting started (#561)

This commit is contained in:
Steren 2018-11-19 20:36:19 -08:00 committed by Knative Prow Robot
parent ab11b92622
commit a25fc162cb
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ asssigned an external IP address.
step. step.
```shell ```shell
curl -H "Host: helloworld-go.default.example.com" http://IP_ADDRESS curl -H "Host: helloworld-go.default.example.com" http://${IP_ADDRESS}
Hello World: Go Sample v1! Hello World: Go Sample v1!
``` ```