We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ccb4f commit 6186a64Copy full SHA for 6186a64
1 file changed
README.md
@@ -26,7 +26,6 @@ In your `Program.cs` (or `Startup.cs` in older projects), register the validator
26
27
**Using inline configuration**
28
```csharp
29
-// Using inline configuration
30
builder.Services.AddFileValidator(options =>
31
{
32
options.AllowFileTypes(FileExtensions.Pdf, FileExtensions.Jpg, FileExtensions.Png);
0 commit comments