From 5b4a5dfacd61dedc55318d70a89de90894fe39a7 Mon Sep 17 00:00:00 2001 From: "SmallChi(Koike)" <564952747@qq.com> Date: Mon, 24 Dec 2018 23:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b7b0a1..1c2e56c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ### 3.集成会话通知(在线/离线) | 功能 | 说明 | -|:-------:|:-------:|:-------:| +|:-------:|:-------:| | JT808SessionPublishingRedisImpl | 基于Redis的发布通知 | | JT808SessionPublishingEmptyImpl | 默认空实现 | @@ -113,4 +113,4 @@ static async Task Main(string[] args) .UseJT808Host(); await serverHostBuilder.RunConsoleAsync(); } -``` \ No newline at end of file +```