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:
Jonas Finnemann Jensen 2018-11-29 22:48:23 +01:00 committed by Knative Prow Robot
parent edfbdcbae5
commit b11a0d4de3
1 changed files with 1 additions and 1 deletions

View File

@ -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