From 5a3ff81630d0c7fdc4e25458feb3a724a8c53421 Mon Sep 17 00:00:00 2001 From: Jordan Halterman Date: Fri, 9 Jan 2015 17:36:48 -0800 Subject: [PATCH] Fix formatting in README documentation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 853f5b3dd9..0ce616054b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ Copycat ======= -## I <3 Logs More! +### I <3 Logs Too! Copycat is an extensible log-based distributed coordination framework for Java 8 built on the [Raft consensus protocol](https://raftconsensus.github.io/). -### [User Manual](#user-manual) -### [Architecture](#architecture) +#### [User Manual](#user-manual) +#### [Architecture](#architecture) Copycat is a CP (consistent/partition-tolerant) oriented exercise in distributed coordination built on a consistent replicated log. The core of Copycat is an extensible asynchronous framework that uses a mixture of