Skip to content

Commit 902851d

Browse files
author
tajiknomi
committed
modified README.md
1 parent 9c52d0f commit 902851d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Download the [clientHTTP_linux binaries]() from release section use the below co
3636
chmod +x clienthttp
3737
./clienthttp <URL/IP>
3838
```
39-
By default, the app will send hearbeat/alive signal every 1 sec in order to inform the server at *<URL/IP>* that it is alive and will collect the command/instruction from server (*if the server have any instruction/command/data for the client*). You can modify this interval time in main.cpp (variable --> *heartbeatTimerInSecs*).
39+
By default, the app will send hearbeat/alive signal every 1 sec in order to inform the server at *<URL/IP>* that it is alive and will collect the command/instruction from server (*if the server have any instruction/command/data for the client*). You can modify this interval time in main.cpp (variable ---> *heartbeatTimerInSecs*).
4040

4141
The details of REST/json request/response are specified in the [REST requests (for advance users)](https://github.com/tajiknomi/Remote_Administrative_Console/blob/main/README.md#rest-requests-for-advance-users).
4242

0 commit comments

Comments
 (0)