소스 검색

Show AppVeyor badge for the master branch

Lucas Trzesniewski 7 년 전
부모
커밋
36d72a8764
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# About [![AppVeyor branch](https://ci.appveyor.com/api/projects/status/4uskxl4dm06fk3b9?svg=true)](https://ci.appveyor.com/project/Abc-Arbitrage/zebus) [![NuGet](https://buildstats.info/nuget/Zebus)](http://www.nuget.org/packages/Zebus/) [![Join the chat at https://gitter.im/Abc-Arbitrage/Zebus](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Abc-Arbitrage/Zebus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+# About [![AppVeyor branch](https://ci.appveyor.com/api/projects/status/4uskxl4dm06fk3b9/branch/master?svg=true)](https://ci.appveyor.com/project/Abc-Arbitrage/zebus/branch/master) [![NuGet](https://buildstats.info/nuget/Zebus)](http://www.nuget.org/packages/Zebus/) [![Join the chat at https://gitter.im/Abc-Arbitrage/Zebus](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Abc-Arbitrage/Zebus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
 Zebus is a lightweight peer to peer service bus, built with [CQRS](http://martinfowler.com/bliki/CQRS.html) principles in mind. It allows applications to communicate with each other in a fast and easy manner. Most of the complexity is hidden in the library and you can focus on writing code that matters to you, not debugging messaging code.