Fix a word in README

pull/820/head
Stephen Sugden 2013-09-24 12:49:42 -07:00
parent f21c2063a6
commit f81ef8d436
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ A distributed consensus protocol is used for maintaining a consistent state acro
Many distributed systems are built upon the Paxos protocol but Paxos can be difficult to understand and there are many gaps between Paxos and real world implementation. Many distributed systems are built upon the Paxos protocol but Paxos can be difficult to understand and there are many gaps between Paxos and real world implementation.
An alternative is the [Raft distributed consensus protocol][raft-paper] by Diego Ongaro and John Ousterhout. An alternative is the [Raft distributed consensus protocol][raft-paper] by Diego Ongaro and John Ousterhout.
Raft is a protocol built with understandability as a primary tenant and it centers around two things: Raft is a protocol built with understandability as a primary tenet and it centers around two things:
1. Leader Election 1. Leader Election
2. Replicated Log 2. Replicated Log