diff --git a/docs/clmc-service.md b/docs/clmc-service.md index d0aaf30f796cd6c12a0ec6ef3eeb61afe1b041d8..01e5baee9904d7a8c949eb4513e03ab9d596b1fc 100644 --- a/docs/clmc-service.md +++ b/docs/clmc-service.md @@ -115,7 +115,7 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port * Example for sending a request with curl: - `curl -F "alert-spec=@alert-specification.yaml" -F "resource-spec=@resource-specification.yaml" http://loclahost:9080/alerts` + `curl -F "alert-spec=@alert-specification.yaml" -F "resource-spec=@resource-specification.yaml" http://localhost:9080/alerts` where **alert-specification.yaml** is the path to the alerts specification file and **resource-specification.yaml** is the path to the resource specification file.