From 9fe2a6a3c187fb1aa8fb41e1a66c49ab4c84f0c2 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Thu, 16 Apr 2015 23:50:21 -0600 Subject: [PATCH] Update README.md Update README.md to reflect the the docker-swarm-etcd project is no longer considered incomplete. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1acf8cf..45b9137 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains a variety of files and tools for learning new technolog **consul**: In this folder you'll find a `Vagrantfile` and supporting documents to run a Consul cluster under Vagrant on your local laptop. -**docker-swarm-etcd**: In this folder is a `Vagrantfile` and supporting files for turning up a Docker Swarm cluster powered by etcd 2.0. _(INCOMPLETE)_ +**docker-swarm-etcd**: In this folder is a `Vagrantfile` and supporting files for turning up an etcd 2.0-backed Docker Swarm cluster. **docker-swarm**: This folder contains a `Vagrantfile` and supporting files to run a Consul-backed Docker Swarm cluster under Vagrant on your local system.