From aa49eba5d7e72bb83a679cf7eec161596b2fd62f Mon Sep 17 00:00:00 2001 From: Savorboard Date: Fri, 30 Aug 2019 14:27:02 +0800 Subject: [PATCH] Update kafka.md --- docs/content/user-guide/zh/transports/kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guide/zh/transports/kafka.md b/docs/content/user-guide/zh/transports/kafka.md index d3bf7a4..07a5355 100644 --- a/docs/content/user-guide/zh/transports/kafka.md +++ b/docs/content/user-guide/zh/transports/kafka.md @@ -14,7 +14,7 @@ Install-Package DotNetCore.CAP.Kafka ``` -然后,你可以在 `Startup.cs` 的 `ConfigureServices` 方法中添加基于内存的配置项。 +然后,你可以在 `Startup.cs` 的 `ConfigureServices` 方法中添加基于 Kafka 的配置项。 ```csharp