diff --git a/README.md b/README.md index 9880674..9900163 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ Run the agent ./jilo-agent ``` -Send queries to its port (by default 8080, configurable in jilo-agent.json): +Send queries to its port (by default 8081, in order to avoid 80, 8080, 8888; configurable in jilo-agent.json): ```bash -curl -s http://localhost:8080/nginx -curl -s http://localhost:8080/jicofo +curl -s http://localhost:8081/nginx +curl -s http://localhost:8081/jicofo etc... ```