Skip to content

Commit c41f3ef

Browse files
authored
Update README.md
1 parent 2fede6b commit c41f3ef

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,12 @@ https://codebeam-mudextensions.pages.dev/api
6565
This extension uses MudBlazor features (need to set up MudBlazor if you didn't before), so only need to add this line described below:<br /><br />
6666
Add the following to your HTML **head** section, it's either `index.html` or `_Layout.cshtml`/`_Host.cshtml` depending on whether you're running Server-Side or WASM.
6767
```html
68-
<link href="_content/CodeBeam.MudExtensions/MudExtensions.min.css" rel="stylesheet" />
68+
<link href="_content/CodeBeam.MudExtensions/MudBlazor.Extensions.min.css" rel="stylesheet" />
6969
```
7070

71-
Add the following to your HTML **body** section\
72-
For version < 6.3.0
71+
Add the following to your HTML **body** section
7372
```html
74-
<script src="_content/CodeBeam.MudExtensions/MudExtensions.js"></script>
75-
```
76-
For version 6.3.0 and after
77-
```html
78-
<script src="_content/CodeBeam.MudExtensions/MudExtensions.min.js"></script>
73+
<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.js"></script>
7974
```
8075

8176
Add the extension services into program.cs

0 commit comments

Comments
 (0)