From c0fd58d0166e709e55abfb71d30eb7461fb47d95 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 17 Sep 2019 01:10:56 +0200 Subject: [PATCH] doc: improve readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6d0f5d..fd198d5 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ Accept: */* ``` ```console -# update health check status -$ curl -H "Content-Type: application/json" -X POST -d '500' http://localhost:80/health +# updates health check status +$ curl -X POST -d '500' http://localhost:80/health # calls the health check -$ curl -v http://localhost:8082/health +$ curl -v http://localhost:80/health * Trying ::1:80... * TCP_NODELAY set * Connected to localhost (::1) port 80 (#0)