docs: Add jsDelivr link

This commit is contained in:
Lukas Drgon 2017-09-26 19:51:47 +02:00 committed by Cole Bemis
parent 29e96b1109
commit 5dd498cc61

View File

@ -84,6 +84,8 @@ Include `feather.js` or `feather.min.js` with a `<script>` tag. These files are
Or load the script from a CDN provider.
```html
<!-- choose one -->
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
```