Unverified Commit 6d27c4a2 authored by Savorboard's avatar Savorboard Committed by GitHub

Update rabbitmq.md

parent 3c6b704b
...@@ -14,7 +14,7 @@ Install-Package DotNetCore.CAP.RabbitMQ ...@@ -14,7 +14,7 @@ Install-Package DotNetCore.CAP.RabbitMQ
``` ```
然后,你可以在 `Startup.cs``ConfigureServices` 方法中添加基于内存的配置项。 然后,你可以在 `Startup.cs``ConfigureServices` 方法中添加基于 RabbitMQ 的配置项。
```csharp ```csharp
...@@ -65,4 +65,4 @@ services.AddCap(x => ...@@ -65,4 +65,4 @@ services.AddCap(x =>
}); });
}); });
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment