浏览代码

Update README.md

Julius Pfrommer 10 年之前
父节点
当前提交
32444534d0
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -27,14 +27,13 @@ As an open source project, we invite new contributors to help improving open6241
 
 ### Example Server Implementation
 ```c
-#include <stdio.h>
 #include <signal.h>
 
-// provided by the open62541 lib
+/* provided by the open62541 lib */
 #include "ua_server.h"
 #include "ua_namespace_0.h"
 
-// provided by the user, implementations available in the /examples folder
+/* provided by the user, implementations available in the /examples folder */
 #include "logger_stdout.h"
 #include "networklayer_tcp.h"