Skip to content

Commit

Permalink
docs: adding additional details in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunma committed Jan 2, 2024
1 parent 799525d commit 9b16b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9b16b75

Please sign in to comment.