Procházet zdrojové kódy

Merge pull request #194 from mburns/patch-1

Clarify FAQ language
Xiang Li před 12 roky
rodič
revize
dbf69907fa
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -512,8 +512,8 @@ If you are using SSL for server to server communication, you must use it on all
 
 
 ### What size cluster should I use?
 ### What size cluster should I use?
 
 
-Every command the client sends to the master is broadcast it to all of the followers.
-But, the command is not be committed until the majority of the cluster machines receive that command.
+Every command the client sends to the master is broadcast to all of the followers.
+But, the command is not committed until the majority of the cluster machines receive that command.
 
 
 Because of this majority voting property the ideal cluster should be kept small to keep speed up and be made up of an odd number of machines.
 Because of this majority voting property the ideal cluster should be kept small to keep speed up and be made up of an odd number of machines.