mirror of https://github.com/knative/docs.git
Fix getting started (#561)
This commit is contained in:
parent
ab11b92622
commit
a25fc162cb
|
@ -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!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue