Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guatedude2 committed Jan 16, 2020
1 parent bf252b3 commit 2ecdcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ An optional object parameter with the following properties:
* **readContents**: a boolean value whether to read the file contents when traversing the files <sup>[\[1\]](#read-files)</sup> (defaults to true)
* **encoding**: a string with the encoding used when reading a file (defaults to 'utf8')
* **depth**: an integer value which limits the number sub-directories levels to traverse for the given path where `-1` is infinte, and `0` is none (defaults to -1)
* **hidden**: a boolean value whether to exclude hidden files prefixed with a `.` (defaults to true)
* **hidden**: a boolean value whether to include hidden files prefixed with a `.` (defaults to false)


### callback(err, filename, content, stat)
Expand Down

0 comments on commit 2ecdcff

Please sign in to comment.