From 236358def15a76295fbf002cdcda003fdba2be29 Mon Sep 17 00:00:00 2001 From: caozhiyi <272653256@qq.com> Date: Mon, 12 Apr 2021 14:02:49 +0800 Subject: [PATCH] update readme. --- README.md | 2 +- README_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68a8a90..12959f0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Cppnet is a proactor mode and multithreaded network with C++11 on tcp. Support W All the interface files are in [include](/include). The interface definitions for library initialization and timer are in [CppNet](/include/CppNet.h): ```c++ -class CCppNet { +class CppNet { public: // common // init cppnet library. diff --git a/README_cn.md b/README_cn.md index 1d08a14..db6c3a4 100644 --- a/README_cn.md +++ b/README_cn.md @@ -31,7 +31,7 @@ Cppnet是一个封装在TCP协议上的proactor模式multi-thread C++11网络库 所有的接口文件都在 [include](/include) 中,其中关于库初始化和用户自定义定时器的接口定义在 [CppNet](/include/CppNet.h) 中: ```c++ -class CCppNet { +class CppNet { public: // common // init cppnet library.