From 823e744ed9240a7ecd4a2e8e2b6e550df311eef9 Mon Sep 17 00:00:00 2001 From: Jamu Kakar Date: Sat, 18 Jan 2014 18:28:33 -0800 Subject: [PATCH] - Fix typo. --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index 41844a69d..e21e1b1b1 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -11,7 +11,7 @@ Let's start etcd: This will bring up etcd listening on port 4001 for client communication and on port 7001 for server-to-server communication. The `-data-dir machine0` argument tells etcd to write machine configuration, logs and snapshots to the `./machine0/` directory. -The `-name machine` tells the rest of the cluster that this machine is named machine0. +The `-name machine0` tells the rest of the cluster that this machine is named machine0. ## Key Space Operations