From d17fec82341fc83e0d33928740007e604ee1667e Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Tue, 23 Jul 2013 13:10:54 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f7827ee46..9692c76e7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ A highly-available key value store for shared configuration and service discover * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft -Etcd is written in go and uses the [raft][raft] consensus algorithm to a manage replicated -log for high availability. +Etcd is written in go and uses the [raft][raft] consensus algorithm to manage a highly availably replicated log. See [go-etcd][go-etcd] for a native go client. Or feel free to just use curl, as in the examples below.