From 8a8912ace9e4ef0bb9f48c63148f40a6e28b390d Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 9 Aug 2013 17:15:44 -0700 Subject: [PATCH] chore(README): add the travis badge lower the travis badge was located above the title which looked a bit weird, move it down. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f948a5e9cd..f31cd2a2ac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Build Status](https://travis-ci.org/benbjohnson/go-raft.png?branch=master)](https://travis-ci.org/benbjohnson/go-raft) - go-raft ======= +[![Build Status](https://travis-ci.org/benbjohnson/go-raft.png?branch=master)](https://travis-ci.org/benbjohnson/go-raft) + ## Overview This is an Go implementation of the Raft distributed consensus protocol.