From c47879db750537d3aed8e3ccb94b3a76af39a464 Mon Sep 17 00:00:00 2001 From: edwardcapriolo Date: Fri, 1 Jan 2016 19:03:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf1d73d..3562374 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gossip +# Gossip ![Build status](https://travis-ci.org/edwardcapriolo/gossip.svg?branch=master) Gossip protocol is a method for a group of nodes to discover and check the liveliness of a cluster. More information can be found at http://en.wikipedia.org/wiki/Gossip_protocol.