Skip to content

Commit d2ea756

Browse files
author
Cole Bemis
authored
docs: Update CDN link
1 parent 8926f5f commit d2ea756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Or copy and paste the following code snippet into a blank `html` file.
4040
<!DOCTYPE html>
4141
<html lang="en">
4242
<title></title>
43-
<script src="https://unpkg.com/feather-icons"></script>
43+
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
4444
<body>
4545

4646
<!-- example icon -->
@@ -84,7 +84,7 @@ Include `feather.js` or `feather.min.js` with a `<script>` tag. These files are
8484
Or load the script from a CDN provider.
8585

8686
```html
87-
<script src="https://unpkg.com/feather-icons"></script>
87+
<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
8888
```
8989

9090
After including the script, `feather` will be available as a global variable.

0 commit comments

Comments
 (0)