Skip to content

Commit

Permalink
docs: fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
egil authored May 9, 2024
1 parent e428e76 commit be708fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start fresh from a (new) Blazor Web App project, follow these steps:
// Add services to the container.
builder.Services
.AddRazorComponents()
+ .AddHtmx();
+ .AddHtmx();

var app = builder.Build();

Expand Down

0 comments on commit be708fe

Please sign in to comment.