Browse Source

Merge pull request #3500 from yichengq/fix-ETCD

libraries-and-tools.md: correct project name to etcd
Yicheng Qin 10 years ago
parent
commit
28a371471a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/libraries-and-tools.md

+ 1 - 1
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