From 4e71954111cba5615d928d740290bf51f09df7df Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Fri, 11 Sep 2015 19:31:40 -0700 Subject: [PATCH] libraries-and-tools.md: correct project name to etcd etcd is the official name of the project. --- Documentation/libraries-and-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 962be0e72..65c0bd858 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -6,7 +6,7 @@ - [etcd-backup](https://github.com/fanhattan/etcd-backup) - A powerful command line utility for dumping/restoring etcd - Supports v2 - [etcd-dump](https://npmjs.org/package/etcd-dump) - Command line utility for dumping/restoring etcd. - [etcd-fs](https://github.com/xetorthio/etcd-fs) - FUSE filesystem for etcd -- [etcddir](https://github.com/rekby/etcddir) - Realtime sync ETCD and local directory. Work with windows and linux. +- [etcddir](https://github.com/rekby/etcddir) - Realtime sync etcd and local directory. Work with windows and linux. - [etcd-browser](https://github.com/henszey/etcd-browser) - A web-based key/value editor for etcd using AngularJS - [etcd-lock](https://github.com/datawisesystems/etcd-lock) - Master election & distributed r/w lock implementation using etcd - Supports v2 - [etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP