Skip to content

Commit 6186a64

Browse files
committed
docs: update and clean up readme [skip ci]
1 parent 27ccb4f commit 6186a64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ In your `Program.cs` (or `Startup.cs` in older projects), register the validator
2626

2727
**Using inline configuration**
2828
```csharp
29-
// Using inline configuration
3029
builder.Services.AddFileValidator(options =>
3130
{
3231
options.AllowFileTypes(FileExtensions.Pdf, FileExtensions.Jpg, FileExtensions.Png);

0 commit comments

Comments
 (0)