浏览代码

Updated README

yhirose 6 年之前
父节点
当前提交
c776454c84
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -394,6 +394,8 @@ res->status; // 200
 
 ### Use a specitic network interface
 
+NOTE: This feature is not available on Windows, yet.
+
 ```cpp
 cli.set_interface("eth0"); // Interface name, IP address or host name
 ```