doc: improve readme.

This commit is contained in:
Fernandez Ludovic
2019-09-17 01:10:56 +02:00
parent e5a3e4f79d
commit c0fd58d016

View File

@ -45,11 +45,11 @@ Accept: */*
``` ```
```console ```console
# update health check status # updates health check status
$ curl -H "Content-Type: application/json" -X POST -d '500' http://localhost:80/health $ curl -X POST -d '500' http://localhost:80/health
# calls the health check # calls the health check
$ curl -v http://localhost:8082/health $ curl -v http://localhost:80/health
* Trying ::1:80... * Trying ::1:80...
* TCP_NODELAY set * TCP_NODELAY set
* Connected to localhost (::1) port 80 (#0) * Connected to localhost (::1) port 80 (#0)