From 8176febd9eb199df63b30513660ed9ab732988fe Mon Sep 17 00:00:00 2001 From: Alex Leonhardt Date: Thu, 28 Jul 2016 23:30:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ab61e..b669c6e 100644 --- a/README.md +++ b/README.md @@ -144,5 +144,5 @@ a healthcheck is available at ```/healthcheck``` which returns json formatted te example: ``` -curl http://localhost:5000 | python -m json.tool +curl http://localhost:5000/healthcheck | python -m json.tool ```