Typos corrected

pull/57/head
Hieromon Ikasamo 6 years ago
parent 8b3036f89c
commit fc1b95726a
  1. 2
      mkdocs/faq.md

@ -68,7 +68,7 @@ You can change both by using [AutoConnectConfig::apid](apiconfig.md#apid) and [A
## <i class="fa fa-question-circle"></i> How change HTTP port?
HTTP port number is defined as a macro in [AutoConnect.h](https://github.com/Hieromon/AutoConnect/blob/master/src/AutoConnectDefs.h#L112) header file. You can change it directly with several editors and must re-compile.
HTTP port number is defined as a macro in [AutoConnectDefs.h](https://github.com/Hieromon/AutoConnect/blob/master/src/AutoConnectDefs.h#L112) header file. You can change it directly with several editors and must re-compile.
```cpp
#define AUTOCONNECT_HTTPPORT 80

Loading…
Cancel
Save