Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 2, 2024
1 parent 9e76189 commit 8030e58
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 @@ -174,7 +174,7 @@ raft_node.propose(LogEntry::Insert {

It also provides a variety of other very useful APIs. Take a look at [the document]().

### Debugging
## Debugging

Raftify also provides a collection of CLI commands that let you check the data persisted in lmdb and the status of Raft Server.

Expand All @@ -186,7 +186,7 @@ $ raftify-cli debug persisted ./logs/node-1
$ raftify-cli debug node 127.0.0.1:60061
```

### Support for other language
## Support for other language

Raftify provides bindings for the following languages.

Expand Down

0 comments on commit 8030e58

Please sign in to comment.