Skip to content

Commit 8afd4e7

Browse files
committed
update readme
1 parent c77a663 commit 8afd4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Raft-rs
2-
An understandable, fast, scalable and optimized implementation of [Raft algoritm](https://en.wikipedia.org/wiki/Raft_(algorithm)).
2+
An understandable, fast, scalable and optimized implementation of [Raft consensus algorithm](https://en.wikipedia.org/wiki/Raft_(algorithm)).
33
It is asynchronous(built on tokio runtime) and supports zero-copy. It does not assume storage to be non-malicious, if corrupted, it will repair the logs via peer-to-peer communication.
44

55
## Note

0 commit comments

Comments
 (0)