From 30e178671fdb211a00f41645cf4f662179a3db9d Mon Sep 17 00:00:00 2001 From: liangguixiao Date: Thu, 22 Aug 2019 18:41:16 +0800 Subject: [PATCH] readme --- README.md | 3 ++- README_Zh-cn.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3505219..e5bfce9 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ The TomatoLog Server can store the logging data into File, MongoDB, or Elastic S ### Using the client side -Choose to install either of the following two clients +Choose to install either of the following clients ``` C# Install-Package TomatoLog.Client.Redis Install-Package TomatoLog.Client.RabbitMQ +Install-Package TomatoLog.Client.Kafka ``` ### Configure TomatoLogClient diff --git a/README_Zh-cn.md b/README_Zh-cn.md index c87f07e..24bad1d 100644 --- a/README_Zh-cn.md +++ b/README_Zh-cn.md @@ -16,11 +16,12 @@ TomatoLog 服务端还提供了三种存储日志的方式,分别是 File、Mo ### 使用客户端 -选择安装以下两种客户端中的任意一项 +选择安装以下客户端中的任意一项 ``` C# Install-Package TomatoLog.Client.Redis Install-Package TomatoLog.Client.RabbitMQ +Install-Package TomatoLog.Client.Kafka ``` ### 配置客户端