Skip to content

Commit 6eb1ea8

Browse files
authored
Update README.md
1 parent f470aa0 commit 6eb1ea8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ https://codebeam-mudextensions.pages.dev/
4848
- **Try MudExtensions**
4949
https://trymudextensions.pages.dev/
5050

51+
## Breaking Changes
52+
Look at the [Breaking Changes](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/blob/dev/BreakingChanges.md)
53+
5154
## API
5255
https://codebeam-mudextensions.pages.dev/api
5356

@@ -65,12 +68,12 @@ https://codebeam-mudextensions.pages.dev/api
6568
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 />
6669
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.
6770
```html
68-
<link href="_content/CodeBeam.MudExtensions/MudBlazor.Extensions.min.css" rel="stylesheet" />
71+
<link href="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet" />
6972
```
7073

7174
Add the following to your HTML **body** section
7275
```html
73-
<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.js"></script>
76+
<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js"></script>
7477
```
7578

7679
Add the extension services into program.cs

0 commit comments

Comments
 (0)