Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailsKuzminsDG committed Sep 15, 2024
1 parent 47376c8 commit 28c4b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddMudMarkdownServices();
// Optionally if the default clipboard functionality fails it is possible to add a custom service
// NB! MauiClipboardService is just an example
builder.Services.AddMudMarkdownClipboardService<MauiClipboardService>();
services.AddMudMarkdownClipboardService<MauiClipboardService>();
}
```
For the Blazor WebAssembly in the `Program.cs` add this method.
Expand Down

0 comments on commit 28c4b0e

Please sign in to comment.