From 0f24b693786825b5791690f25c14de02a05f797e Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Wed, 9 Mar 2016 12:19:50 -0800 Subject: [PATCH] README and FAQ updates for mid-March 2016 --- README.md | 2 +- doc/humming-consensus-demo.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6aee37..5aa5196 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ summary of the status of Machi's major components. * Humming Consensus and the chain manager * No new safety bugs have been found by model-checking tests. * A new document, - [Hand-on experiments with Machi and Humming Consensus](doc/humming-consensus-demo.md) + [Hands-on experiments with Machi and Humming Consensus](doc/humming-consensus-demo.md) is now available. It is a tutorial for setting up a 3 virtual machine Machi cluster and how to demonstrate the chain manager's reactions to server stops & starts, crashes & restarts, and pauses diff --git a/doc/humming-consensus-demo.md b/doc/humming-consensus-demo.md index f92858f..2423458 100644 --- a/doc/humming-consensus-demo.md +++ b/doc/humming-consensus-demo.md @@ -1,11 +1,11 @@ # Table of contents -* [Hand-on experiments with Machi and Humming Consensus](#hands-on) +* [Hands-on experiments with Machi and Humming Consensus](#hands-on) * [Using the network partition simulator and convergence demo test code](#partition-simulator) -# Hand-on experiments with Machi and Humming Consensus +# Hands-on experiments with Machi and Humming Consensus ## Prerequisites