From 3ee7a265f603e091b4666c3facac82c29cb4ca6f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 28 Jan 2015 16:15:28 -0800 Subject: [PATCH] README: remove doozer and zookeeper mentions doozer in particular is rather confusing to mention since the project hasn't been worked on in years. While we are at it it might simplify people's understanding if we remove zookeeper too. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index efd295019..45d9bb316 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ ![etcd Logo](logos/etcd-horizontal-color.png) -A highly-available key value store for shared configuration and service discovery. -etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being: +etcd is a distributed, consistent key value store for shared configuration and service discovery with a focus on being: * *Simple*: curl'able user facing API (HTTP+JSON) * *Secure*: optional SSL client cert authentication