From 8e86444aeac980b747cb592af88079e2fced804b Mon Sep 17 00:00:00 2001 From: King Xu <277040271@qq.com> Date: Wed, 31 Jan 2018 16:46:11 +0800 Subject: [PATCH] update readme update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d9f37e..d21ddc0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ShiningRush/ServiceAnt/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/vpre/serviceant.svg)](https://www.nuget.org/packages/ServiceAnt) -[中文介绍请点击这里](https://github.com/ShiningRush/PdfComponentComparition/blob/master/README.zh-cn.md) +[中文介绍请点击这里](https://github.com/ShiningRush/ServiceAnt/blob/master/README.zh-cn.md) ServiceAnt is a lightweight servicebus which is out-of-the-box. Well, though it can not be called servicebus but it will in soon. It is only running in-process system, but i will make it run distributed system in future. @@ -140,7 +140,7 @@ However, We have not found any problems to register handler with delegate and wh ### Register with IOC -Before using Ioc registration, we need to integrate ServiceAnt into your Ioc environment first. Please refer to [Ioc Integration](# IocIntegration) to integrate ServiceAnt into your Ioc. +Before using Ioc registration, we need to integrate ServiceAnt into your Ioc environment first. Please refer to [Ioc Integration](#IocIntegration) to integrate ServiceAnt into your Ioc. Register event handler: ```c#