Skip to content

Commit

Permalink
Fix issues in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Jul 23, 2024
1 parent e5d1750 commit b6674ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b6674ee

Please sign in to comment.