From 6a07f831d4dd35995aea3d94089a0aedb497e28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E6=96=87?= <3116225+zhongwencool@users.noreply.github.com> Date: Thu, 20 Sep 2018 22:23:30 +0800 Subject: [PATCH] Documentation: add erlang client for etcd API v3 --- Documentation/integrations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 41a7d3d4f..ec2734613 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -89,7 +89,8 @@ **Erlang libraries** -- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) +- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) - Supports v2 +- [zhongwencool/eetcd](https://github.com/zhongwencool/eetcd) - Supports v3+ (GRPC only) **.Net Libraries**