Skip to content

Commit ae1faea

Browse files
committed
Update README
1 parent 5f5dbab commit ae1faea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This makes sense, since the implementation of `Files.EnumerateFiles` uses the sa
158158
Also, corresponding extension methods added for `DirectoryInfo`, which also allow you to leverage
159159
the full power of glob patterns when searching for files.
160160

161-
## Custom File Systems (`FileTreeEnumerable` and `FileTreeAsyncEnumerable`)
161+
## Custom File System Support
162162

163163
The `FileTreeEnumerable` class provides support for custom file systems with glob pattern matching capabilities.
164164
Here is an example of its usage:
@@ -185,7 +185,7 @@ foreach (string filePath in enumeration)
185185
Console.WriteLine(filePath);
186186
```
187187

188-
### Asynchronous Enumeration (`FileTreeAsyncEnumerable`)
188+
### Asynchronous Enumeration
189189
The `FileTreeAsyncEnumerable` class provides similar functionality to `FileTreeEnumerable`,
190190
but supports asynchronous enumeration for remote file systems as an example.
191191

0 commit comments

Comments
 (0)