From 462d7aeb3579e7d10a8b30ca5e6074c295a5b7ac Mon Sep 17 00:00:00 2001
From: King Xu <277040271@qq.com>
Date: Wed, 27 Dec 2017 16:30:35 +0800
Subject: [PATCH] update readme
update readme
---
README.zh-cn.md | 42 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 39 insertions(+), 3 deletions(-)
diff --git a/README.zh-cn.md b/README.zh-cn.md
index f236c93..2007df2 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -1,8 +1,17 @@
# ServiceAnt
-ServiceAnt 的定位是服务总线,好吧,虽然它现在还没有实现真正意义上的服务总线,但正朝着那个方向发展。
-目前它只能运行于进程内,以后会推出分布式的实现。现在你可以把它当作一个解耦模块的中介者(类似于 Mediator)
-
+[![Build status](https://ci.appveyor.com/api/projects/status/github/ShiningRush/serviceant?branch=master&svg=true)](https://ci.appveyor.com/project/ShiningRush/serviceant)
+[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ShiningRush/ServiceAnt/blob/master/LICENSE)
+
+
+
+[中文介绍请点击这里](https://github.com/ShiningRush/PdfComponentComparition/blob/master/README.zh-cn.md)
+
+ServiceAnt 的定位是一个轻量级,开箱即用的服务总线,好吧,虽然它现在还没有实现真正意义上的服务总线,但正朝着那个方向发展。
+目前它只能运行于进程内,以后会推出分布式的实现。现在你可以把它当作一个解耦模块的中介者(类似于 Mediator)
+
+[了解ServiceAnt为什么而出现](#Detail)
+
## Get Started
## 安装
@@ -184,3 +193,30 @@ ServiceAnt 可以开箱即用,但我相信很多使用者都会希望使用 Io
newContainer.Install(new ServiceAntInstaller(System.Reflection.Assembly.GetExecutingAssembly()));
在进行完 Ioc 集成后,你就可以通过 Ioc 的方式注册处理函数了。
+
+