From 7e68b5f73b53136d98f3a8c60b2951a64c8649dc Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Tue, 3 Nov 2015 05:34:54 -0800 Subject: [PATCH] Fixing ZooKeeper and some other nits Nathan found Signed-off-by: Mary Anthony --- docs/reference/commandline/network_create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/network_create.md b/docs/reference/commandline/network_create.md index eb80952d12..4b794d8940 100644 --- a/docs/reference/commandline/network_create.md +++ b/docs/reference/commandline/network_create.md @@ -43,7 +43,7 @@ Engine, you must create an `overlay` network. Unlike `bridge` networks overlay networks require some pre-existing conditions before you can create one. These conditions are: -* Access to a key-value store. Engine supports Consul, Etcd, and Zookeeper (Distributed store) key-value stores. +* Access to a key-value store. Engine supports Consul, Etcd, and ZooKeeper (Distributed store) key-value stores. * A cluster of hosts with connectivity to the key-value store. * A properly configured Engine `daemon` on each host in the cluster.