From 9b16b75f58a8b30623943898171ba77d54660581 Mon Sep 17 00:00:00 2001 From: Arun Manivannan Date: Tue, 2 Jan 2024 09:40:20 +0800 Subject: [PATCH] docs: adding additional details in the docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e279a..ed77b61 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## What it is - **Educational:** This project is intended to be a learning resource for understanding the Raft consensus algorithm. -- **Implementation of essential features:** This project implements the essential features of the Raft algorithm, including +- **Minimal:** This project implements the essential features of the Raft algorithm, including - leader election - log replication - log consistency @@ -18,7 +18,7 @@ ## What it isn't - **Production-ready:** This project is not intended to be used in production. -- **Missing features:** This project is not a complete implementation of the Raft algorithm. It is missing features such as +- **Comprehensive:** This project is not a complete implementation of the Raft algorithm. It is missing features such as - membership changes - log compaction - snapshotting