Skip to content

Commit c02fde0

Browse files
committed
docs: update version in installation docs
1 parent 90bde42 commit c02fde0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If that's not working (probably because your dependencies aren't copied to your
8787
<!-- SMUI Styles -->
8888
<link
8989
rel="stylesheet"
90-
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@7.0.0/bare.min.css"
90+
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@8.0.0/bare.min.css"
9191
/>
9292
```
9393

@@ -134,12 +134,12 @@ Or with a CDN. **Remember to update the version!**
134134
<!-- SMUI Styles -->
135135
<link
136136
rel="stylesheet"
137-
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@7.0.0/themes/svelte.min.css"
137+
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@8.0.0/themes/svelte.min.css"
138138
media="(prefers-color-scheme: light)"
139139
/>
140140
<link
141141
rel="stylesheet"
142-
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@7.0.0/themes/svelte-dark.min.css"
142+
href="https://cdn.jsdelivr.net/npm/svelte-material-ui@8.0.0/themes/svelte-dark.min.css"
143143
media="screen and (prefers-color-scheme: dark)"
144144
/>
145145
```

0 commit comments

Comments
 (0)