Sfoglia il codice sorgente

Add a one sentence explaination to ruaft.

Jing Yang 4 anni fa
parent
commit
a1ce117a4e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,6 +1,7 @@
 # Ruaft: Raft implemented in Rust
 
-Ruaft is a Rust version of [the Raft consensus protocol](https://raft.github.io/).
+Ruaft is a Rust version of [the Raft consensus protocol](https://raft.github.io/). Carefully designed, thoroughly
+tested, not yet verified in production.
 
 ## Raft