From 1bf4e656a876bdeb1b6a0190a9ce48557a47c8dd Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 12 Aug 2013 08:59:40 -0700 Subject: [PATCH] feat(README): add node library Thanks for @stianeikeland for starting a node-etcd library. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c6a61742..4970955c8 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,10 @@ If you are using SSL for server to server communication, you must use it on all - [go-etcd](https://github.com/coreos/go-etcd) +**Node libraries** + +- [stianeikeland/node-etcd](https://github.com/stianeikeland/node-etcd) + **Ruby libraries** - [iconara/etcd-rb](https://github.com/iconara/etcd-rb)