From 90af2ff302a8160cbaeb783dda46d57346cda9aa Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 5 May 2017 18:07:26 -0700 Subject: [PATCH] README: use the same tagline from github Just be consistent with the messaging and use of etcd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a49824036c..b6ce1ff9e28 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ![etcd Logo](logos/etcd-horizontal-color.png) -etcd is a distributed, consistent key-value store for shared configuration and service discovery, with a focus on being: +etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being: * *Simple*: well-defined, user-facing API (gRPC) * *Secure*: automatic TLS with optional client cert authentication