fix leadership doc on support for consul/etcd/zookeeper

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-06-11 16:13:12 -07:00
parent 5b929be518
commit 589b665f5f
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ Key/Value store.
It's built using Swarm's `pkg/store` and is designed to work across multiple It's built using Swarm's `pkg/store` and is designed to work across multiple
storage backends. storage backends.
Right now only `Consul` is supported but `etcd` and `Zookeeper` will be coming You can use `leadership` with `Consul`, `etcd` and `Zookeeper`.
soon.
```go ```go
// Create a store using pkg/store. // Create a store using pkg/store.