Skip to content

Commit bc99b8f

Browse files
authored
docs(intro): removed version number from ionicons cdn (ionic-team#1880)
1 parent 68896df commit bc99b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/intro/cdn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ From here, you can learn about how to develop with Ionic Framework in our [Ionic
158158
Ionicons is packaged by default with the Ionic Framework, so no installation is necessary if you're using Ionic. To use Ionicons without Ionic Framework, place the following `<script>` near the end of your page, right before the closing `</body>` tag.
159159

160160
```html
161-
<script type="module" src="https://cdn.jsdelivr.net/npm/ionicons@4.7.4/dist/ionicons/ionicons.esm.js"></script>
162-
<script nomodule src="https://cdn.jsdelivr.net/npm/ionicons@4.7.4/dist/ionicons/ionicons.js"></script>
161+
<script type="module" src="https://cdn.jsdelivr.net/npm/ionicons/dist/ionicons/ionicons.esm.js"></script>
162+
<script nomodule src="https://cdn.jsdelivr.net/npm/ionicons/dist/ionicons/ionicons.js"></script>
163163
```
164164

165165
> See [Ionicons usage](https://ionicons.com/usage) for more information on using Ionicons.

0 commit comments

Comments
 (0)