From b6674eeda72bb8c45ec57a2af4080e44c1b72641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wala?= Date: Tue, 23 Jul 2024 15:18:11 +0200 Subject: [PATCH] Fix issues in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c4f4d..8661893 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ You can check which node is the leader by using `raft.getCurrentLeader()`. You c ## Next steps -The library already can be used, but it's missing some of the Raft Algorithm, or other features, like: +The library already can be successfully used, but there's plenty of room for improvements and new features, like: * Creating a simulator to test and find problems in the implementation. * Add auto-generated API documentation based on `zig build -femit-docs`.