We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c93615 commit de2b70fCopy full SHA for de2b70f
README.md
@@ -60,7 +60,7 @@ Add the following to your HTML **body** section
60
61
Add the extension services into program.cs
62
```razor
63
-builder.Services.UseMudExtensions();
+builder.Services.AddMudExtensions();
64
```
65
66
Adding namespace to `_Imports.razor` is not obligatory, but useful.
0 commit comments