Browse Source

Fix typo in the readme

Theo Hultberg 12 years ago
parent
commit
72c1a6135d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -339,8 +339,8 @@ We use -s to specify server port and -c to specify client port and -d to specify
 Let the join two more nodes to this cluster using the -C argument:
 Let the join two more nodes to this cluster using the -C argument:
 
 
 ```sh
 ```sh
-./etcd -c 4002 -s 7002 -C 127.0.0.1:7001 -d nod/node2
-./etcd -c 4003 -s 7003 -C 127.0.0.1:7001 -d nod/node3
+./etcd -c 4002 -s 7002 -C 127.0.0.1:7001 -d nodes/node2
+./etcd -c 4003 -s 7003 -C 127.0.0.1:7001 -d nodes/node3
 ```
 ```
 
 
 Get the machines in the cluster
 Get the machines in the cluster