diff --git a/README.md b/README.md index e75724d..a74953b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ For complex projects separation, the project can be better maintained by the API > * PHP 5.4+ > * zlib for compress packet -##Installation +## Installation ``` composer require "xcl3721/dora-rpc" ``` @@ -263,7 +263,7 @@ class Server extends DoraRPCServer { $res = new Server(); ``` -###客户端监控器(Client Local Monitor) +### 客户端监控器(Client Local Monitor) ```PHP include "src/Doraconst.php"; include "src/Packet.php";