From 793f47297021bbdc3b0505c3d97454e3a9addd30 Mon Sep 17 00:00:00 2001 From: Nachiket Acharya Date: Sun, 5 Jul 2020 07:50:31 -0700 Subject: [PATCH] Fix #313: Clarify availability patterns (#439) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7222e80..940b44e 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ This approach is seen in file systems and RDBMSes. Strong consistency works wel ## Availability patterns -There are two main patterns to support high availability: **fail-over** and **replication**. +There are two complementary patterns to support high availability: **fail-over** and **replication**. ### Fail-over