Skip to content

Commit 0e3ba99

Browse files
chore(readme): update cdn url version in readme (#1112)
resolves #1093
1 parent 36992fc commit 0e3ba99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Also note that only visible icons are loaded, and icons which are "below the fol
2626
If you're using [Ionic Framework](https://ionicframework.com/), Ionicons is packaged by default, so no installation is necessary. Want to use Ionicons without Ionic Framework? Place the following `<script>` near the end of your page, right before the closing </body> tag, to enable them.
2727

2828
```html
29-
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
29+
<script src="https://unpkg.com/ionicons@latest/dist/ionicons.js"></script>
3030
```
3131

3232
### Basic usage

0 commit comments

Comments
 (0)