Skip to content

Commit

Permalink
fix JsonOutputExtensions.cs class naming
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Jun 22, 2024
1 parent 36f8077 commit b087799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doki.Output.Json/JsonOutputExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Doki.Output.Json;
public static class JsonOutputExtensions
{
[DokiOutputRegistration]
public static IServiceCollection AddMarkdownOutput(this IServiceCollection services)
public static IServiceCollection AddJsonOutput(this IServiceCollection services)
{
ArgumentNullException.ThrowIfNull(services);

Expand Down

0 comments on commit b087799

Please sign in to comment.