From b6cd78f72670480c7043df8900c632e1c5430495 Mon Sep 17 00:00:00 2001 From: Sam Cook Date: Mon, 27 Apr 2015 18:11:15 +0100 Subject: [PATCH] Add build status badge to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb5b67..91b8539 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RedLock.net +# RedLock.net [![Build status](https://ci.appveyor.com/api/projects/status/fclfbkdqy905v3xu/branch/master?svg=true)](https://ci.appveyor.com/project/samcook/redlock-net/branch/master) An implementation of the [Redlock distributed lock algorithm](http://redis.io/topics/distlock) in C#.