Skip to content

Commit 78bca02

Browse files
authored
Update README.md
1 parent 100167b commit 78bca02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ app.Endpoints(e => e.MapImageWizard("/image"));
238238
- string ('Hello')
239239

240240
```csharp
241-
public class BackgroundColorFilter : ImageSharpFilter
241+
public partial class BackgroundColorFilter : ImageSharpFilter
242242
{
243243
//use dependency injection
244244
public BackgroundColorFilter(ILogger<BackgroundColorFilter> logger)

0 commit comments

Comments
 (0)