We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8926f5f commit d2ea756Copy full SHA for d2ea756
1 file changed
README.md
@@ -40,7 +40,7 @@ Or copy and paste the following code snippet into a blank `html` file.
40
<!DOCTYPE html>
41
<html lang="en">
42
<title></title>
43
- <script src="https://unpkg.com/feather-icons"></script>
+ <script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
44
<body>
45
46
<!-- example icon -->
@@ -84,7 +84,7 @@ Include `feather.js` or `feather.min.js` with a `<script>` tag. These files are
84
Or load the script from a CDN provider.
85
86
```html
87
-<script src="https://unpkg.com/feather-icons"></script>
+<script src="https://unpkg.com/feather-icons/dist/feather.min.js"></script>
88
```
89
90
After including the script, `feather` will be available as a global variable.
0 commit comments