Skip to content

Commit 2aa8c88

Browse files
authored
Update README.md
1 parent fa6d29e commit 2aa8c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The components can be used inside your Razor views.
8585
<Logs />
8686
```
8787

88-
### MudBlazor
88+
## MudBlazor
8989

9090
There is an issue when using MudBlazor from an app running as a Windows Service. See my question on StackOverflow [here](https://stackoverflow.com/questions/73937004/mudblazor-css-and-js-fails-to-load-when-running-as-windows-service).
9191

@@ -97,4 +97,4 @@ To get the CSS and JS files for a specific version, I create a new app, and then
9797
dotnet new install MudBlazor.Templates
9898
mkdir MyApplication
9999
dotnet new mudblazor --name MyApplication -o MyApplication
100-
````
100+
````

0 commit comments

Comments
 (0)