Skip to content

Commit 552644e

Browse files
authored
Update README.md
1 parent 956ace1 commit 552644e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
- MudWheel
3333

3434
## Supported MudBlazor Versions
35-
| Codebeam.MudExtensions | MudBlazor | .Net |
35+
| MudExtensions | MudBlazor | .Net |
3636
| :--- | :----: | :---: |
3737
| 6.0.0 - 6.0.3 | 6.0.16 | .Net 6 |
38-
| 6.0.4 - 6.0.12 | 6.0.17 | .Net 6 |
39-
| 6.1.0 - 6.1.4 | 6.1.2 | .Net 6 & .Net 7 |
40-
| 6.1.5 | 6.1.4 | .Net 6 & .Net 7 |
38+
| 6.0.4 - 6.0.12 | 6.0.17 - 6.0.18 | .Net 6 |
39+
| 6.1.0 - 6.1.4 | 6.1.0 - 6.1.2 | .Net 6 & .Net 7 |
40+
| 6.1.5 -6.1.6 | 6.1.4 - 6.1.5 | .Net 6 & .Net 7 |
4141

4242
## Installation
4343
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 />
4444
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.
45-
```
45+
```html
4646
<link href="_content/CodeBeam.MudExtensions/MudExtensions.min.css" rel="stylesheet" />
4747
```
4848

49-
Adding namespace to `_Imports.razor` is not obligatory, but may be useful.
50-
```
49+
Adding namespace to `_Imports.razor` is not obligatory, but useful.
50+
```razor
5151
@using MudExtensions
5252
@using MudExtensions.Enums
5353
```

0 commit comments

Comments
 (0)