chore(README): add the travis badge lower

the travis badge was located above the title which looked a bit weird,
move it down.
pull/820/head
Brandon Philips 2013-08-09 17:15:44 -07:00
parent 63069fbd33
commit 8a8912ace9
1 changed files with 2 additions and 2 deletions

View File

@ -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 go-raft
======= =======
[![Build Status](https://travis-ci.org/benbjohnson/go-raft.png?branch=master)](https://travis-ci.org/benbjohnson/go-raft)
## Overview ## Overview
This is an Go implementation of the Raft distributed consensus protocol. This is an Go implementation of the Raft distributed consensus protocol.