From a0235f4d912be7f5b50382cbff3443d3ae688020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neves?= Date: Thu, 12 Sep 2019 18:21:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 662728a..11afa2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sapher - *Sa*ga Choreogra*pher* -[![NuGet version](https://badge.fury.io/nu/sapher.svg)](https://badge.fury.io/nu/sapher) +[![NuGet version](https://badge.fury.io/nu/sapher.svg)](https://badge.fury.io/nu/sapher) [![Build Status](https://travis-ci.com/joaodiasneves/sapher.svg?branch=master)](https://travis-ci.com/joaodiasneves/sapher) Sapher seeks to help developers implement communication between services in a microservices context, and was built with **choreographed sagas** in mind - more context [here](https://github.com/joaodiasneves/sapher/wiki/01.-Context).