Skip to content

Commit d8e9cec

Browse files
Merge branch 'main' into js/fix-sse3-paeth
2 parents df50613 + e3b61d0 commit d8e9cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Webp/WebpFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private WebpFormat()
1818
public static WebpFormat Instance { get; } = new WebpFormat();
1919

2020
/// <inheritdoc/>
21-
public string Name => "Webp";
21+
public string Name => "WEBP";
2222

2323
/// <inheritdoc/>
2424
public string DefaultMimeType => "image/webp";

0 commit comments

Comments
 (0)