Commit ab039576 authored by 叶礼飞's avatar 叶礼飞

modify readme.md English version

modify readme.md English version
parent e3734620
......@@ -68,7 +68,7 @@ public void Configure(IApplicationBuilder app)
```
### Publishing
### Publish
Inject `ICapProducerService` in your Controller, then use the `ICapProducerService` to send message
......@@ -95,7 +95,7 @@ public class PublishController : Controller
```
### Subscribing
### Subscribe
**Action Method**
......@@ -128,7 +128,7 @@ public class PublishController : Controller
**Service Method**
If your subscribing method is not in the Controller,then your subscribe class need to Inheritance `IConsumerService`:
If your subscribe method is not in the Controller,then your subscribe class need to Inheritance `IConsumerService`:
```cs
......
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