diff --git a/README.md b/README.md index 948b917..7059162 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ An instance of `hugo-mx-gateway` can be quickly started on any machine running D * Check that the container is up and functionning. ``` - curl https://127.0.0.1:8080/ + curl http://127.0.0.1:8080/ {"status": "ok"} ```