diff --git a/docs/index.md b/docs/index.md index 9adca0e..7c95f9f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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();