Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rameel committed Aug 5, 2024
1 parent b308a44 commit 3950127
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 @@ -154,7 +154,7 @@ Console.WriteLine(file.Exists);
### GlobbingFileProvider
`GlobbingFileProvider` supports glob pattern matching for file paths, allowing for flexible file selection.
You can specify patterns for both including and excluding files.
It relies on the [Ramstack.Globbing](https://www.nuget.org/packages/Ramstack.Globbing) project for its globbing capabilities.
It relies on the [Ramstack.Globbing](https://www.nuget.org/packages/Ramstack.Globbing) package for its globbing capabilities.

Example:
```csharp
Expand Down

0 comments on commit 3950127

Please sign in to comment.