Skip to content

Commit 91c59b8

Browse files
authored
Update README.md
1 parent c96c670 commit 91c59b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,15 @@ Add the following to your HTML **head** section, it's either `index.html` or `_L
6868
<link href="_content/CodeBeam.MudExtensions/MudExtensions.min.css" rel="stylesheet" />
6969
```
7070

71-
Add the following to your HTML **body** section
71+
Add the following to your HTML **body** section\
72+
For version < 6.3.0
7273
```html
7374
<script src="_content/CodeBeam.MudExtensions/MudExtensions.js"></script>
7475
```
76+
For version 6.3.0 and after
77+
```html
78+
<script src="_content/CodeBeam.MudExtensions/MudExtensions.min.js"></script>
79+
```
7580

7681
Add the extension services into program.cs
7782
```razor

0 commit comments

Comments
 (0)