Skip to content
Snippets Groups Projects
Commit 24ce95a0 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Fixes typo in docs

parent 095404cf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment