From 8331bb81d77facf08d3d87f521e17d834c1863a3 Mon Sep 17 00:00:00 2001 From: Panda Date: Tue, 5 Jun 2018 22:43:07 +0800 Subject: [PATCH] fix doc markdown style fix doc markdown style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";