mirror of https://github.com/knative/docs.git
Fix example response (#451)
We specify `TARGET='Node.js Sample v1'` in `service.yaml`, so it would be surprising if this isn't printed in the response.
This commit is contained in:
parent
edfbdcbae5
commit
b11a0d4de3
|
@ -186,7 +186,7 @@ folder) you're ready to build and deploy the sample app.
|
|||
|
||||
```shell
|
||||
curl -H "Host: helloworld-nodejs.default.example.com" http://{IP_ADDRESS}
|
||||
Hello World: NOT SPECIFIED
|
||||
Hello Node.js Sample v1!
|
||||
```
|
||||
|
||||
## Removing the sample app deployment
|
||||
|
|
Loading…
Reference in New Issue