Skip to content

Commit 2ecdcff

Browse files
authored
Update README.md
1 parent bf252b3 commit 2ecdcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An optional object parameter with the following properties:
3333
* **readContents**: a boolean value whether to read the file contents when traversing the files <sup>[\[1\]](#read-files)</sup> (defaults to true)
3434
* **encoding**: a string with the encoding used when reading a file (defaults to 'utf8')
3535
* **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)
36-
* **hidden**: a boolean value whether to exclude hidden files prefixed with a `.` (defaults to true)
36+
* **hidden**: a boolean value whether to include hidden files prefixed with a `.` (defaults to false)
3737

3838

3939
### callback(err, filename, content, stat)

0 commit comments

Comments
 (0)