Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 92ba931..c8a9d40 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
walkdir
=======
A cross platform Rust library for efficiently walking a directory recursively.
-Comes with support for following symbolic links, controlling the number of file
-descriptors and efficient mechanisms for pruning the entries in the directory
-tree.
+Comes with support for following symbolic links, controlling the number of
+open file descriptors and efficient mechanisms for pruning the entries in the
+directory tree.
[![Build status](https://api.travis-ci.org/BurntSushi/walkdir.png)](https://travis-ci.org/BurntSushi/walkdir)
[![](http://meritbadge.herokuapp.com/walkdir)](https://crates.io/crates/walkdir)