Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lianggx committed Aug 22, 2019
1 parent de65b52 commit 30e1786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README_Zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ TomatoLog 服务端还提供了三种存储日志的方式,分别是 File、Mo

### 使用客户端

选择安装以下两种客户端中的任意一项
选择安装以下客户端中的任意一项

``` C#
Install-Package TomatoLog.Client.Redis
Install-Package TomatoLog.Client.RabbitMQ
Install-Package TomatoLog.Client.Kafka
```

### 配置客户端
Expand Down

0 comments on commit 30e1786

Please sign in to comment.