From b6710d8791d4add043fbc64d1f88ea930e3232de Mon Sep 17 00:00:00 2001 From: Mihnea Dobrescu-Balaur Date: Wed, 4 Jun 2025 18:02:37 +0300 Subject: [PATCH] docs: capitalize OS names --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fb3b59..534bc1e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ const tree = dirTree('./test/test_data', {extensions:/\.txt$/}, null, (item, PAT `attributes` : `string[]` - Array of [FS.stats](https://nodejs.org/api/fs.html#fs_class_fs_stats) attributes. -`normalizePath` : `Boolean` - If true, windows style paths will be normalized to unix style pathes (/ instead of \\). +`normalizePath` : `Boolean` - If true, Windows style paths will be normalized to UNIX style paths (/ instead of \\). `depth` : `number` - If presented, reads so many nested dirs as specified in argument. Usage of size attribute with depth option is prohibited.