mirror of https://github.com/knative/docs.git
fix: first-service.md curl command is missing `bash` language (#4755)
This PR adds a missing `bash` language to the `curl` code block.
This commit is contained in:
parent
1b6253fde4
commit
c134804077
|
@ -79,7 +79,7 @@ First, deploy the Knative Service. This service accepts the environment variable
|
|||
|
||||
Ping your Knative Service by opening [http://hello.default.127.0.0.1.sslip.io](http://hello.default.127.0.0.1.sslip.io){target=_blank} in your browser of choice or by running the command:
|
||||
|
||||
```
|
||||
```bash
|
||||
curl http://hello.default.127.0.0.1.sslip.io
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue