diff --git a/docs/INSTALL_AND_RUN.md b/docs/INSTALL_AND_RUN.md index e998058..9aae652 100644 --- a/docs/INSTALL_AND_RUN.md +++ b/docs/INSTALL_AND_RUN.md @@ -185,7 +185,7 @@ Example: with `8686`:`5367`, the API URL must look like `http://1.2.3.4:8686`, b If you wish to make sure that the API is running, the following should return `{"result":"pong"}`: ```bash -curl -X GET http://localhost:8686/api/pingapi +curl -X GET http://localhost:8686/api/ping ``` If you wish to check the API's connection to a node, you can run the following for some node ``: @@ -201,4 +201,4 @@ Using curl with multiple queries requires the entire url to be inside double quo curl -X GET "http://localhost:8686/api/registry/nodes?name=&height=300" ``` --- -[Back to API front page](../README.md) \ No newline at end of file +[Back to API front page](../README.md)