Fix README typo

This commit is contained in:
thehanslevi
2026-06-18 21:16:03 -04:00
parent 66e2bdfaac
commit 94f1cf9656

View File

@@ -187,7 +187,7 @@ clients connected.
When you send a command to server you will receive: When you send a command to server you will receive:
- one of answers - "OK" (all OK), "BUSY" (can't run setter because camera is busy), "FAIL" (some error - one of answers - "OK" (all OK), "BUSY" (can't run setter because camera is busy), "FAIL" (some error
occured), "BADKEY" (wrong key name) or "BADVAL" (wrong key's value) - for procedures and setters occurred), "BADKEY" (wrong key name) or "BADVAL" (wrong key's value) - for procedures and setters
(instead of "OK" you will give "parameter=value" for setter if all OK); (instead of "OK" you will give "parameter=value" for setter if all OK);
- "parameter=value" for getters. - "parameter=value" for getters.