Skip to content

Commit

Permalink
Merge pull request #49 from agamemnus/patch-1
Browse files Browse the repository at this point in the history
Minor grammar fix.
  • Loading branch information
jergason authored Mar 14, 2017
2 parents 1e7954e + 94d055e commit 696409c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

[![Build Status](https://travis-ci.org/jergason/recursive-readdir.svg?branch=master)](https://travis-ci.org/jergason/recursive-readdir)

A simple Node module for recursively listing all files in a directory,
or in any subdirectories.

It does not list directories themselves.
A Node module for recursively listing all files in a directory and its subdirectories. It does not list the directories themselves.

Because it uses fs.readdir, which calls [readdir](http://linux.die.net/man/3/readdir) under the hood
on OS X and Linux, the order of files inside directories is [not guaranteed](http://stackoverflow.com/questions/8977441/does-readdir-guarantee-an-order).
Expand Down

0 comments on commit 696409c

Please sign in to comment.